commit | 8b2e7c9c51448d1ff47f19ca6a6892775aea660b | [log] [tgz] |
---|---|---|
author | P.Adarsh Reddy <quic_padarshr@quicinc.com> | Tue Feb 18 14:53:22 2020 +0530 |
committer | Adarsh Reddy <quic_padarshr@quicinc.com> | Tue Feb 18 09:44:23 2020 +0000 |
tree | fa5bff9d45aaa39c3e24f39cc9d0b1096d47990d | |
parent | ae541174cc89140888660fdb2ed2aa8ea33a9533 [diff] |
Make oemaids_headers available to vendor. This change makes the oemaids_headers header library available to vendor side. Bug: 149665231 Test: Tested compilation, oemaids_headers is available to a sample vendor binary. Change-Id: I87369f1db883e40e83d6076defdd4c0d84aac46f
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.