commit | 79805876080859d9ca6b15fe2a811b54c18789f8 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Wed May 15 14:13:38 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 15 14:13:38 2019 -0700 |
tree | 768bff8f7ad54881f4e2e472ddb2fee1c111795a | |
parent | 122a1136e6db2fb087a0dba0704217521f14ff6c [diff] | |
parent | 07d4342fa57369256ccf24e45264284cb6f0d40d [diff] |
Remove soft omx libs from package -- DO NOT MERGE am: 07d4342fa5 Change-Id: I3f5a3b7a3478f6ba1c9fa3bdbe7f8c8906420f6a
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.