commit | aabadd18ae11d638b7f39042ab53c5b4d44a01c7 | [log] [tgz] |
---|---|---|
author | John Tsai <tsaijohn@google.com> | Wed Mar 27 05:05:50 2019 +0000 |
committer | John Tsai <tsaijohn@google.com> | Wed Mar 27 05:05:50 2019 +0000 |
tree | bb7432f02c7262fbbdb774ae439231b6e8fe6f26 | |
parent | cb867c9a9695cb6b14916e624df5fb049fc5c457 [diff] |
Revert "Add libstagefright_omx_soft to vndk" This reverts commit cb867c9a9695cb6b14916e624df5fb049fc5c457. Reason for revert: more build break on below, revet it together. Removed VNDK-core: libstagefright_omx_soft.so error: VNDK library list has been changed. Run update-vndk-list.sh to update build/make/target/product/gsi/current.txt Change-Id: I4846cdfe612c01cf9f9cab5a077a5782ff52e915
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.