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:
@@ -386,6 +386,7 @@ PRODUCT_SYSTEM_PROPERTIES += persist.traced.enable=1
|
|||||||
# Packages included only for eng or userdebug builds, previously debug tagged
|
# Packages included only for eng or userdebug builds, previously debug tagged
|
||||||
PRODUCT_PACKAGES_DEBUG := \
|
PRODUCT_PACKAGES_DEBUG := \
|
||||||
adb_keys \
|
adb_keys \
|
||||||
|
adevice_fingerprint \
|
||||||
arping \
|
arping \
|
||||||
dmuserd \
|
dmuserd \
|
||||||
idlcli \
|
idlcli \
|
||||||
|
Reference in New Issue
Block a user