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
2 changed files with 4 additions and 2 deletions
|
@ -55,7 +55,8 @@ PRODUCT_PACKAGES += \
|
|||
make_ext4fs \
|
||||
screencap \
|
||||
sensorservice \
|
||||
uiautomator
|
||||
uiautomator \
|
||||
uncrypt
|
||||
|
||||
# The order of PRODUCT_BOOT_JARS matters.
|
||||
PRODUCT_BOOT_JARS := \
|
||||
|
|
|
@ -67,7 +67,8 @@ PRODUCT_PACKAGES += \
|
|||
make_ext4fs \
|
||||
screencap \
|
||||
sensorservice \
|
||||
uiautomator
|
||||
uiautomator \
|
||||
uncrypt
|
||||
|
||||
# The order matters
|
||||
PRODUCT_BOOT_JARS := \
|
||||
|
|
Loading…
Reference in a new issue