commit | 58c428e336b550444293d20ec8f9f5f7fdeefd96 | [log] [tgz] |
---|---|---|
author | Yihan Dong <slotus@google.com> | Fri May 19 18:25:23 2023 +0800 |
committer | Yihan Dong <slotus@google.com> | Fri May 19 10:38:55 2023 +0000 |
tree | e52ee1161895ec13f8544ab2c983149e396912d6 | |
parent | 98b4c2d908de3c247418d97092c561b4feb84a3f [diff] |
Remove GTS-Verifier license check The whole GTS-Verifier will be removed. Before that, remove GTS-V license check first. Ignore-AOSP-First: This CL must be submit with other CLs in the topic to avoid breaking the test. This CL will be cherry pick to AOSP after submitting. Bug: 283384166 Test: m gts Change-Id: I5bc8c1f4609f55cedd5bfbed014b65de164e2b16
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.