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 11:08:08 -0800
commit6bbf89bfc608dac7b9c6dac1b86ce4d4001c259f (patch)
tree2de08c40a4d828c74f104e7ca9bb401dcda7f878
parenta4fa3fce0801e1c55ea230e43de93fd0f7f16162 (diff)
downloadgptfdisk-6bbf89bfc608dac7b9c6dac1b86ce4d4001c259f.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 Change-Id: I614b389c267dcc75b291d842a99fc1d673723dfa
-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