Loading Android.mk +5 −10 Original line number Original line Diff line number Diff line Loading @@ -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). # # Loading @@ -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) Loading libs/plugin_core.jardeleted 100644 → 0 −4.94 KiB File deleted. View file Loading
Android.mk +5 −10 Original line number Original line Diff line number Diff line Loading @@ -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). # # Loading @@ -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) Loading