From 7c5dbd67517b4c96455617ed59628e1de0b3fcbb Mon Sep 17 00:00:00 2001 From: Alex Deymo Date: Fri, 13 Jan 2017 17:32:20 -0800 Subject: Remove '_static' suffix from libext2* references. Bug: 34220783 Test: make checkbuild Change-Id: Iceea20e440a4bb6a3b254486a65a86401a2241ef --- tests/Android.mk | 2 +- updater/Android.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Android.mk b/tests/Android.mk index 1dbd2b614..a7e7b3c35 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -100,7 +100,7 @@ tune2fs_static_libraries := \ libext2_com_err \ libext2_blkid \ libext2_quota \ - libext2_uuid_static \ + libext2_uuid \ libext2_e2p \ libext2fs diff --git a/updater/Android.mk b/updater/Android.mk index d8a84c248..ac26bf42d 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -18,7 +18,7 @@ tune2fs_static_libraries := \ libext2_com_err \ libext2_blkid \ libext2_quota \ - libext2_uuid_static \ + libext2_uuid \ libext2_e2p \ libext2fs -- cgit v1.2.3