commit | d73b94c097fdf4c6d7294ced374b8580ab819fe9 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Fri May 04 19:33:17 2018 +0800 |
committer | Logan Chien <loganchien@google.com> | Thu May 10 21:17:58 2018 +0800 |
tree | 107291fbee00daf30a1bafaed283c14428b98023 | |
parent | 732ed64fbdba3f67facf6cab2a030d781f2f63b4 [diff] |
Build a single GSI for O-MR1-VENDOR and Master-VENDOR The objective of this commit is to support these 3 combinations: 1. Master-GSI + Master-VENDOR (w/ BOARD_VNDK_VERSION) 2. Master-GSI + Master-VENDOR (w/o BOARD_VNDK_VERSION for upgrading devices) 3. Master-GSI + O-MR1-VENDOR (w/ BOARD_VNDK_VERSION) This commit defines a new property `ro.vndk.lite` to indicate the status of BOARD_VNDK_VERSION run-time enforcement. Now, all devices should have `ro.vndk.version` so that `libhidlbase.so`, `libRSCpuRef.so`, and `libnativeloader.so` can find the versioned VNDK directory. Bug: 78605339 Test: aosp_sailfish Master-SYSTEM + Master-VENDOR boots Test: aosp_sailfish Master-GSI + Master-VENDOR boots Test: aosp_walleye Master-SYSTEM + Master-VENDOR boots Test: aosp_walleye Master-GSI + Master-VENDOR boots Test: aosp_walleye Master-GSI + O-MR1-VENDOR boots Change-Id: Iee9553b3ca9e0798a873e655d87d10cdc23d4b1c
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.