Loading Android.mk +9 −0 Original line number Diff line number Diff line Loading @@ -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). # Loading libs/plugin_core.jar 0 → 100644 +4.94 KiB File added.No diff preview for this file type. View file tests/Android.mk +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Android.mk +9 −0 Original line number Diff line number Diff line Loading @@ -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). # Loading
tests/Android.mk +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading