OSDN Git Service

Merge "Replace _host suffix with more standard -host suffix."
[android-x86/external-e2fsprogs.git] / lib / quota / Android.mk
index ef599ea..d102ec3 100644 (file)
@@ -66,8 +66,8 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES := $(libext2_quota_src_files)
 LOCAL_C_INCLUDES := $(libext2_quota_c_includes)
 LOCAL_CFLAGS := $(libext2_quota_cflags)
-LOCAL_MODULE := libext2_quota_host
+LOCAL_MODULE := libext2_quota-host
 LOCAL_MODULE_TAGS := optional
-LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(libext2_quota_shared_libraries))
+LOCAL_SHARED_LIBRARIES := $(addsuffix -host, $(libext2_quota_shared_libraries))
 
 include $(BUILD_HOST_SHARED_LIBRARY)