summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-11-13 14:26:55 -0800
committerChristopher Wiley <wiley@google.com>2015-11-16 10:12:25 -0800
commitc5442de40df22a763804648f5ee1d16ec28a7cd2 (patch)
treeaf19696775de113ca626dea43cfb7388b0574b07 /Android.mk
parentf02facfe96f5ff340e9a51876f2d33e314cebcca (diff)
downloadandroid_system_tools_aidl-c5442de40df22a763804648f5ee1d16ec28a7cd2.tar.gz
android_system_tools_aidl-c5442de40df22a763804648f5ee1d16ec28a7cd2.tar.bz2
android_system_tools_aidl-c5442de40df22a763804648f5ee1d16ec28a7cd2.zip
Remove aidl_unittest dependency on libchrome
This allows us to build on branches that don't include libchrome. Bug: 25691685 Test: Compiles, unittests pass Change-Id: I768a14722661c07929ded0e672c7d36cd689c419
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index a3534f6..b96ba6b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -110,9 +110,6 @@ LOCAL_SRC_FILES := \
type_cpp_unittest.cpp \
type_java_unittest.cpp \
-LOCAL_SHARED_LIBRARIES := \
- libchrome-host \
-
LOCAL_STATIC_LIBRARIES := \
libaidl-common \
$(aidl_static_libraries) \