commit | 22a90f4f10a39a64ad785fa5444fc396d4e9d8e2 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Oct 06 07:28:44 2023 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Tue Oct 10 13:55:06 2023 +0000 |
tree | a12c9278ca9b3b696fb0611cabd0904d2828ffe7 | |
parent | e52ce13e82fcb0fba1574e54704e992021469d2e [diff] |
aconfig: add @UnsupportedAppUsage to methods in generated flags The java generated flags are marked as @hide which breaks CTS. To unblock CTS test add @UnsupportedAppUsage to expose the methods. Test: atest aconfig.test.flags Bug: 301272559 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:64ad75f50ae96f9a8b57a9e8f88ae9a53d3c1044) Merged-In: I897573c054e70fc6e093869ba6d416c38f81e28f Change-Id: I897573c054e70fc6e093869ba6d416c38f81e28f
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.