commit | 639593a3e471cfa8ac81d8f826d263cbeef8da0f | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <badhri@google.com> | Tue Oct 19 13:31:19 2021 -0700 |
committer | Ray Chi <raychi@google.com> | Mon Apr 25 05:25:06 2022 +0000 |
tree | 7ddb081f3e4ebe94d2383485c31e88f1fb0d2a0a | |
parent | 3ed2ad1bee32d9a916277720bcd5263cea4ab95d [diff] |
Add android.hardware.usb-V1 to vndk Bug: 200993386 Change-Id: Ibb328d9080c7879d9fc097039fcc9af18640937f Merged-In: Ibb328d9080c7879d9fc097039fcc9af18640937f (cherry picked from commit d67c8e45691d423e23f96910236dde7f8f262974)
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.