Merge "Link framework with static library to satisfy javac build dependency"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user