commit | 756852c14fb029235bbbbacc037153491896fc28 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@fb.com> | Wed Aug 17 14:39:01 2022 -0700 |
committer | Chirayu Desai <chirayudesai1@gmail.com> | Wed Nov 30 23:44:50 2022 +0530 |
tree | 732254bf3e85ab368c1ed339f11333639dd685ea | |
parent | 483f3cf277485c9eaeaf5e025836ea0271574a63 [diff] |
Set default recovery USB vendor/product IDs. Add system properties to let vendors customize the recovery/fastbootd USB IDs. Test: `adb reboot fastboot && fastboot wait-for-device && lsusb -d 18d1:` Change-Id: I70881f27d579dd54371f59a6a76f9b1f80ce9b47
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.