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

Commit 8404669d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move PlubinLib to prebuilts/frameworks_intermediates" into ub-launcher3-master

parents 293069f7 3f8544af
Loading
Loading
Loading
Loading
+5 −10
Original line number Original line Diff line number Diff line
@@ -16,15 +16,6 @@


LOCAL_PATH := $(call my-dir)
LOCAL_PATH := $(call my-dir)


include $(CLEAR_VARS)
LOCAL_MODULE := libPluginCore
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_SRC_FILES := libs/plugin_core.jar
LOCAL_UNINSTALLABLE_MODULE := true
LOCAL_SDK_VERSION := current
include $(BUILD_PREBUILT)

#
#
# Build rule for plugin lib (needed to write a plugin).
# Build rule for plugin lib (needed to write a plugin).
#
#
@@ -33,7 +24,11 @@ LOCAL_USE_AAPT2 := true
LOCAL_AAPT2_ONLY := true
LOCAL_AAPT2_ONLY := true
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := optional


ifneq (,$(wildcard frameworks/base))
    LOCAL_STATIC_JAVA_LIBRARIES:= PluginCoreLib
else
    LOCAL_STATIC_JAVA_LIBRARIES:= libPluginCore
    LOCAL_STATIC_JAVA_LIBRARIES:= libPluginCore
endif


LOCAL_SRC_FILES := \
LOCAL_SRC_FILES := \
    $(call all-java-files-under, src_plugins)
    $(call all-java-files-under, src_plugins)

libs/plugin_core.jar

deleted100644 → 0
−4.94 KiB

File deleted.