Merge "Link framework with static library to satisfy javac build dependency"

This commit is contained in:
Jim Miller
2017-01-18 00:52:14 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -37,8 +37,8 @@ services := \
# The convention is to name each service module 'services.$(module_name)'
LOCAL_STATIC_JAVA_LIBRARIES := $(addprefix services.,$(services)) \
android.hidl.base@1.0-java \
android.hardware.biometrics.fingerprint@2.1-java
android.hidl.base@1.0-java-static \
android.hardware.biometrics.fingerprint@2.1-java-static
ifeq ($(EMMA_INSTRUMENT_FRAMEWORK),true)
LOCAL_EMMA_INSTRUMENT := true

View File

@@ -25,8 +25,8 @@ LOCAL_JAVA_LIBRARIES := \
android.hardware.tv.cec@1.0-java
LOCAL_STATIC_JAVA_LIBRARIES := tzdata_update2 \
android.hidl.base@1.0-java \
android.hardware.biometrics.fingerprint@2.1-java \
android.hidl.base@1.0-java-static \
android.hardware.biometrics.fingerprint@2.1-java-static \
ifneq ($(INCREMENTAL_BUILDS),)
LOCAL_PROGUARD_ENABLED := disabled