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

Commit 7c6c0e4f authored by Amit Kumar's avatar Amit Kumar
Browse files

Move LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES outside build_package

Change-Id: I37842d3da10596847e0f4f5f54c2356867d9c66a
parent 02d4c019
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -40,9 +40,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    org.lineageos.platform.internal \
    httpclient

LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
    httpclient:libs/httpclient-4.5.10.jar

LOCAL_PROGUARD_FLAG_FILES := proguard.flags

ifneq ($(INCREMENTAL_BUILDS),)
@@ -56,6 +53,14 @@ include frameworks/base/packages/SettingsLib/common.mk

include $(BUILD_PACKAGE)

include $(CLEAR_VARS)

LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := httpclient:libs/httpclient-4.5.10.jar


include $(BUILD_MULTI_PREBUILT)


# Use the following include to make our test apk.
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call all-makefiles-under,$(LOCAL_PATH))