Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uncrypt: Depend on commonly used shared libs. | Tao Bao | 2018-08-23 | 1 | -5/+7 |
| | | | | | | | | | | | | We already have these shared libraries on device. And `uncrypt` doesn't need to be statically linked (it wasn't, even prior to this change). With this change, the size of uncrypt goes down from 139KiB to 33KiB (aosp_marlin-userdebug). Test: Build and flash on marlin. Trigger a factory reset (which calls `uncrypt` to set up the BCB). Change-Id: I77e3c82e8ce3734019da75c48928d881cb7ef0f0 | ||||
* | uncrypt: Move to Soong. | Tao Bao | 2017-11-09 | 1 | -0/+39 |
Test: mmma -j bootable/recovery Change-Id: I405f2a70f51904c02c49a287c23cbc115a4c5132 |