Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65ab1c8b authored by Steven Moreland's avatar Steven Moreland
Browse files

telephony: remove use of -static hidl java

These libraries are being removed. Now, the regular java
library can be used as both a static and non-static library,
we are removing these duplicate libraries which cause
several types problems (such as undefined behavior when
both the static and non-static libs are loaded).

Bug: 36376126
Test: Boot and check logs of marlin
Change-Id: Idbe7b5f6fcc0d7fb5c677d69fa82e25ef81fe37c
parent 39443c82
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -26,8 +26,11 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src/java) \
	$(call all-proto-files-under, proto)

LOCAL_JAVA_LIBRARIES := voip-common ims-common services
LOCAL_STATIC_JAVA_LIBRARIES := android.hardware.radio-V1.1-java-static \
    android.hardware.radio.deprecated-V1.0-java-static
LOCAL_STATIC_JAVA_LIBRARIES := \
    android.hardware.radio-V1.0-java \
    android.hardware.radio-V1.1-java \
    android.hardware.radio.deprecated-V1.0-java \
    android.hidl.base-V1.0-java

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := telephony-common