commit | 15f9085595e37ae7d74645b99c8f233c6e76c52a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Jun 19 20:09:06 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Jun 19 20:09:06 2020 +0900 |
tree | dda3cd0ee48439e12f182ec05101a98155096e62 | |
parent | 22f98f1885848fc3ba7afbefbb6f244e7aa90352 [diff] |
GSI: install flattened cts shim The flattened version of com.android.apex.cts.shim.v1 should be explicitly installed because the shim apex is prebuilt one and PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES is not supported for prebuilt_apex modules yet. Bug: 158169437 Bug: 159392784 Test: m com.android.apex.cts.shim.v1_with_prebuilts.flattened # should install the prebuilts of shim APKs Change-Id: I8b37a320d2130d7b33aca856bc067dce37d1fb30
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.