diff options
author | Ken Sumrall <ksumrall@android.com> | 2011-06-03 13:21:55 -0700 |
---|---|---|
committer | Ken Sumrall <ksumrall@android.com> | 2011-06-03 15:46:35 -0700 |
commit | c6c66f422b08cc0c080457d1378fb595cd5dfd82 (patch) | |
tree | c6477ae1d0e3e1df7da922d0d28612289fd270fe /Android.mk | |
parent | 4a4ccb43b1806bcff0e033db7dd38c5f02114b61 (diff) | |
download | device_samsung_crespo-c6c66f422b08cc0c080457d1378fb595cd5dfd82.zip device_samsung_crespo-c6c66f422b08cc0c080457d1378fb595cd5dfd82.tar.gz device_samsung_crespo-c6c66f422b08cc0c080457d1378fb595cd5dfd82.tar.bz2 |
Remove setup_fs from crespo specific code.
It was moved to system/extras/ext4_utils
Change-Id: I8e9e102203e65edd35cef9901ffaf09e49b21654
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -14,17 +14,6 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter crespo crespo4g,$(TARGET_DEVICE)),) - -include $(CLEAR_VARS) -LOCAL_SRC_FILES := setup_fs.c -LOCAL_MODULE := setup_fs -LOCAL_MODULE_TAGS := optional -LOCAL_SHARED_LIBRARIES += libcutils -include $(BUILD_EXECUTABLE) - -endif - ifneq ($(TARGET_SIMULATOR),true) include $(call all-makefiles-under,$(LOCAL_PATH)) endif |