summaryrefslogtreecommitdiffstats
path: root/tests/hash/1.0
diff options
context:
space:
mode:
authorSundong Ahn <sundongahn@google.com>2017-07-13 17:03:17 +0900
committerSundong Ahn <sundongahn@google.com>2017-08-01 11:24:01 +0900
commit94293086f837aa74e244d9df45ace1b557979eff (patch)
treec6002bb30689d4d66c0f2e623c804e210efb023c /tests/hash/1.0
parent49dad304a518b162838cc4d930973698eb76a7c3 (diff)
downloadplatform_hardware_interfaces-94293086f837aa74e244d9df45ace1b557979eff.tar.gz
platform_hardware_interfaces-94293086f837aa74e244d9df45ace1b557979eff.tar.bz2
platform_hardware_interfaces-94293086f837aa74e244d9df45ace1b557979eff.zip
Change dependency library
hwbinder.jar will be used instead of framework.jar on build-time, but on runtime framework.jar will be used. This is to cut the circular dependency when using configstore from Android framework. Bug: 35771640 Test: no test. Change-Id: I04cab676c91d2ea423f5e2c1b2b9efa15e522f37
Diffstat (limited to 'tests/hash/1.0')
-rw-r--r--tests/hash/1.0/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/hash/1.0/Android.mk b/tests/hash/1.0/Android.mk
index 586df6e88e..cd813cb74f 100644
--- a/tests/hash/1.0/Android.mk
+++ b/tests/hash/1.0/Android.mk
@@ -15,6 +15,8 @@ HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX)
LOCAL_JAVA_LIBRARIES := \
android.hidl.base-V1.0-java \
+LOCAL_NO_STANDARD_LIBRARIES := true
+LOCAL_JAVA_LIBRARIES += core-oj hwbinder
#
# Build IHash.hal
@@ -50,6 +52,8 @@ HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX)
LOCAL_STATIC_JAVA_LIBRARIES := \
android.hidl.base-V1.0-java-static \
+LOCAL_NO_STANDARD_LIBRARIES := true
+LOCAL_JAVA_LIBRARIES := core-oj hwbinder
#
# Build IHash.hal