commit | 1d642bc382b1b2328e807cb1bafe5bfcc81a5425 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sun May 05 10:33:33 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Sun May 05 20:42:25 2019 -0700 |
tree | 889fdec19b76feed6f227ae7171c1b7b91eeea19 | |
parent | f14e865cfb283c49498d474245620cf8bfd744bc [diff] |
Remove unused shared libs from otatools. libcurl-host.so was added for delta_generator (commit f8e6fbe2f5). libext2_misc.so and libext2_profile-host.so were added for e2fsck and build_verity_tree (commit d0ec665727). None of them is actively used by otatools. Bug: 34738751 Test: `m -j otatools-package`. Unzip and check that there's no missing shared libs reported by ldd. Change-Id: Id229e450f5f2eaa03a6c6cf568a1912add06754c
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.