The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Ibe7e0ca043ba0dedcb7d001e22b085733c1f3a46
11 lines
189 B
Makefile
11 lines
189 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := Fallback
|
|
|
|
include $(BUILD_PACKAGE)
|