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

Commit 40bea55b authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Move plugin_core.jar back to Launcher3 to unblock code merge

Change-Id: Ic9d6ab16ac7a8c5c1f528bdcac06e56f718a3f91
parent c8d33f8b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,15 @@

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).
#

libs/plugin_core.jar

0 → 100644
+4.94 KiB

File added.

No diff preview for this file type.

+5 −5
Original line number Diff line number Diff line
@@ -28,12 +28,12 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
ifneq (,$(wildcard frameworks/base))
else
    LOCAL_STATIC_JAVA_LIBRARIES += libSharedSystemUI
endif

    LOCAL_SRC_FILES := $(call all-java-files-under, tapl) \
        ../quickstep/src/com/android/quickstep/SwipeUpSetting.java \
        ../src/com/android/launcher3/util/SecureSettingsObserver.java \
  ../src/com/android/launcher3/TestProtocol.java \
        ../src/com/android/launcher3/TestProtocol.java
endif

LOCAL_SDK_VERSION := current
LOCAL_MODULE := ub-launcher-aosp-tapl