add the uncrypt binary to device builds
The uncrypt binary needs to be present on any device which reboots into recovery. Change-Id: I684a279484876e8a596829e41218095a793ea26b
This commit is contained in:
parent
c888b4f9b6
commit
00aba87b7b
|
@ -55,7 +55,8 @@ PRODUCT_PACKAGES += \
|
||||||
make_ext4fs \
|
make_ext4fs \
|
||||||
screencap \
|
screencap \
|
||||||
sensorservice \
|
sensorservice \
|
||||||
uiautomator
|
uiautomator \
|
||||||
|
uncrypt
|
||||||
|
|
||||||
# The order of PRODUCT_BOOT_JARS matters.
|
# The order of PRODUCT_BOOT_JARS matters.
|
||||||
PRODUCT_BOOT_JARS := \
|
PRODUCT_BOOT_JARS := \
|
||||||
|
|
|
@ -67,7 +67,8 @@ PRODUCT_PACKAGES += \
|
||||||
make_ext4fs \
|
make_ext4fs \
|
||||||
screencap \
|
screencap \
|
||||||
sensorservice \
|
sensorservice \
|
||||||
uiautomator
|
uiautomator \
|
||||||
|
uncrypt
|
||||||
|
|
||||||
# The order matters
|
# The order matters
|
||||||
PRODUCT_BOOT_JARS := \
|
PRODUCT_BOOT_JARS := \
|
||||||
|
|
Loading…
Reference in New Issue