Files
android_bootable_recovery/prebuilt
Ethan Yonker 0e67837dd0 Add flag for including additional files built from source in TWRP
Some devices may need additional binaries or libs that TWRP
normally does not need included in /sbin
Use TW_RECOVERY_ADDITIONAL_RELINK_FILES to build them from source
and get them added to the recovery ramdisk.
For example, Nexus 9 needs libc++ included in order to decrypt
the data partition. The following will build it from source and
include it in TWRP:
TARGET_RECOVERY_DEVICE_MODULES := libc++
TW_RECOVERY_ADDITIONAL_RELINK_FILES := \
    out/target/product/volantis/system/lib/libc++.so

Change-Id: I147c0d5569c83514d2e50226ecc50e80bf8aac36
2014-11-18 12:17:10 -06:00
..
2013-08-30 01:53:54 +00:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2012-09-05 15:24:31 -04:00
2014-02-07 21:54:33 -06:00
2012-09-05 15:24:31 -04:00