OSDN Git Service

parted: install the executable to /system/bin jb-x86 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 25 Dec 2013 04:30:06 +0000 (12:30 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 25 Dec 2013 04:30:06 +0000 (12:30 +0800)
parted/Android.mk

index f295ae4..217ee7c 100644 (file)
@@ -15,7 +15,5 @@ LOCAL_MODULE_TAGS := optional
 LOCAL_STATIC_LIBRARIES := libparted libgnulib libparted-fs
 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include $(LOCAL_PATH)/../lib
 LOCAL_SHARED_LIBRARIES := libext2_uuid
-LOCAL_MODULE_PATH := $(PRODUCT_OUT)/parted
-LOCAL_UNSTRIPPED_PATH := $(PRODUCT_OUT)/parted/debug
 
 include $(BUILD_EXECUTABLE)