summaryrefslogtreecommitdiffstats
path: root/crypto/cryptsettings/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: Fix crypto dependencies for ICS/Samsung methodsOliverG962013-12-191-1/+4
| | | | | | | | | | | - libmincrypt renamed to libmincrypttwrp that is an static library - libjpegtwrp does not exist - libfs_mgrtwrp is for JB decryption methods This fixes making full builds when TW_INCLUDE_CRYPTO_SAMSUNG := true and TW_INCLUDE_CRYPTO := true are set. Somehow typing make recoveryimage doesnt push the mentioned issue. Change-Id: I7cad5db4f51152a1a8209e619b188ca88d7c74d1
* Add additional build variable checks to Android.mk filesTrevor Drake2013-07-031-1/+2
| | | | | | | | This was causing the mm command to fail when it was run from bootable/recovery and no crypto features had been specified in a device's configuration files Change-Id: Iddbeea5349bbf75cddb0250cd71821dfe3b7b9d8
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+13
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere