commit | c747c3419ff4f7248da7cd84cdadfc2c405ef557 | [log] [tgz] |
---|---|---|
author | Ronald Braunstein <rbraunstein@google.com> | Tue Aug 22 15:39:19 2023 -0700 |
committer | Ronald Braunstein <rbraunstein@google.com> | Tue Aug 22 16:02:04 2023 -0700 |
tree | 49e231b390546d904f08ad49b950f3902cb97eb3 | |
parent | 1c950f7a766f11f893b437c54b006492b2d14fc2 [diff] |
Add adevice_fingerprint to eng builds. We are working on a replacement for "adb sync" and it requires something running on the device to send back a fingerprint of the filesystem. This binary is intendend to be part of developers going forward so we are adding it in all eng/userdebug builds. The binary is 830k bytes. Test: m install-clean ; m ; acloud create --local-image ; adb shell ls -l /system/bin/adevice_fingerprint Change-Id: I98359cc37cffeffc7ffbfd61d6bc9a51ba318a99
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.