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

Commit c885f9a1 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Move plugin_core.jar back to Launcher3 to unblock code merge" into ub-launcher3-master

parents b0058e12 40bea55b
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