aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-12-10 11:06:46 -0800
committerAlex Deymo <deymo@google.com>2015-12-10 18:10:10 -0800
commit929749b42d92e4253103fe54b7c8b320606cf666 (patch)
tree2de08c40a4d828c74f104e7ca9bb401dcda7f878
parenta010777dcd28179bb845c7d0ef41c1eacda886d6 (diff)
downloadgptfdisk-929749b42d92e4253103fe54b7c8b320606cf666.tar.gz
Replace _host suffix with more standard -host suffix.
Most libraries use the "-host" suffix when building for the host. This patch renames libext2 libraries to use -host instead of _host. Bug: 24619596 TEST=make dist (cherry picked from commit 6bbf89bfc608dac7b9c6dac1b86ce4d4001c259f) Change-Id: I8da049df06bf25b52c7f434f10dc3eb07533194e
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7a46ede..58885ad 100644
--- a/Android.mk
+++ b/Android.mk
@@ -42,7 +42,7 @@ endif
LOCAL_C_INCLUDES := $(LOCAL_PATH) external/e2fsprogs/lib
LOCAL_SRC_FILES := $(sgdisk_src_files)
-LOCAL_SHARED_LIBRARIES := libext2_uuid_host
+LOCAL_SHARED_LIBRARIES := libext2_uuid-host
LOCAL_MODULE := sgdisk_host
LOCAL_MODULE_STEM := sgdisk