diff options
author | Ken Sumrall <ksumrall@android.com> | 2011-05-18 16:46:39 -0700 |
---|---|---|
committer | Ken Sumrall <ksumrall@android.com> | 2011-05-27 15:31:53 -0700 |
commit | f45ff56df500f5410c3607c95f60b1174774c45a (patch) | |
tree | 49ae72d37df1255200a4e75940c9384db02e2243 /Android.mk | |
parent | 70359bbe0266ca19f51f7a1225e87e5ae292b254 (diff) | |
download | device_samsung_crespo-f45ff56df500f5410c3607c95f60b1174774c45a.zip device_samsung_crespo-f45ff56df500f5410c3607c95f60b1174774c45a.tar.gz device_samsung_crespo-f45ff56df500f5410c3607c95f60b1174774c45a.tar.bz2 |
Crespo specific changes for encryption support.
Crespo fastboot leaves the userdata partition empty after a wipe,
and init.herring.rc runs setup_fs to format it if it's not.
This adds a check to prevetn setup_fs from formatting an
encrypted userdata.
Change-Id: I009b1c047b5127232a4fc922fb98c3f0896d3d72
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := setup_fs.c LOCAL_MODULE := setup_fs LOCAL_MODULE_TAGS := optional -#LOCAL_SHARED_LIBRARIES += libext4_utils libz +LOCAL_SHARED_LIBRARIES += libcutils include $(BUILD_EXECUTABLE) endif |