commit | c13c0ea4b0732ebfffbd5c6fd171d04b8d286797 | [log] [tgz] |
---|---|---|
author | Jae Shin <jaeshin@google.com> | Mon Dec 04 13:16:21 2017 +0900 |
committer | Jae Shin <jaeshin@google.com> | Wed Dec 06 01:41:07 2017 +0000 |
tree | 7d7bbcd3bdbc3578059c9e15fded1f6d1e41ba3f | |
parent | 303a5f0c2d33144c7c66dfd89ca053b0e273b39a [diff] |
Remove path prefix within VNDK snapshot zip Remove 'android-vndk-snapshot' path prefix when creating VNDK snapshot zip with soong_zip. The path prefix makes it cumbersome to unzip and install the snapshots to prebuilts/vndk/v{version}. Test: development/vndk/snapshot/build.sh && python development/vndk/snapshot/update.py Bug: 69950927 Change-Id: I9e5a1898056627ba98a408f048b7cb710e5ef07c
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.