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 commit is contained in:
Ronald Braunstein
2023-08-22 15:39:19 -07:00
parent 1c950f7a76
commit c747c3419f

View File

@@ -386,6 +386,7 @@ PRODUCT_SYSTEM_PROPERTIES += persist.traced.enable=1
# Packages included only for eng or userdebug builds, previously debug tagged
PRODUCT_PACKAGES_DEBUG := \
adb_keys \
adevice_fingerprint \
arping \
dmuserd \
idlcli \