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

Commit 49518329 authored by Jaewoong Jung's avatar Jaewoong Jung Committed by Michael Bestas
Browse files

Remove reference to LOCAL_PACKAGE_OVERRIDES.

LOCAL_PACKAGE_OVERRIDES is now fully deprecated.

Test: TreeHugger
Change-Id: Ie7ae8f769ac1c7f49e8518cabf9e487ac62f8e3b
parent 66132bec
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -72,9 +72,5 @@ LOCAL_PRODUCT_MODULE := true
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)

ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)

# Use the following include to make gallery test apk
include $(call all-makefiles-under, $(LOCAL_PATH))

endif