commit | 7452979a9eff632b2161777222cb8b2b2fc67b61 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Jul 19 13:40:18 2019 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Wed Nov 06 19:41:47 2019 +0900 |
tree | 14570490b44ee4e24134fdb3b1d87ecfa285567d | |
parent | 2bbfa528b3b67b00cf4765c2e892a537e7106490 [diff] |
Enforce hidden apis usage in product(make) Only if PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE is set, every app and java library in product cannot use hidden APIs anymore. Bug: 132780927 Test: m Test: set PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE, and check whether build error occurs. Change-Id: Ib6c260a16b9cbb95be70d8db3082a15e151687f1
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.