Merge "Add framework includes for any aidl source."
This commit is contained in:
commit
fe7ffc9134
2 changed files with 3 additions and 7 deletions
|
@ -220,6 +220,9 @@ ifneq ($(strip $(aidl_sources)),)
|
||||||
aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
|
aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
|
||||||
aidl_sources := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(aidl_sources))
|
aidl_sources := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(aidl_sources))
|
||||||
|
|
||||||
|
ifeq (,$(TARGET_BUILD_APPS))
|
||||||
|
LOCAL_AIDL_INCLUDES += $(FRAMEWORKS_BASE_JAVA_SRC_DIRS)
|
||||||
|
endif
|
||||||
aidl_preprocess_import :=
|
aidl_preprocess_import :=
|
||||||
LOCAL_SDK_VERSION:=$(strip $(LOCAL_SDK_VERSION))
|
LOCAL_SDK_VERSION:=$(strip $(LOCAL_SDK_VERSION))
|
||||||
ifdef LOCAL_SDK_VERSION
|
ifdef LOCAL_SDK_VERSION
|
||||||
|
|
|
@ -76,8 +76,6 @@ ifeq ($(LOCAL_MODULE_TAGS),)
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#$(warning $(LOCAL_PATH) $(LOCAL_PACKAGE_NAME) $(sort $(LOCAL_MODULE_TAGS)))
|
|
||||||
|
|
||||||
ifeq ($(filter tests, $(LOCAL_MODULE_TAGS)),)
|
ifeq ($(filter tests, $(LOCAL_MODULE_TAGS)),)
|
||||||
# Force localization check if it's not tagged as tests.
|
# Force localization check if it's not tagged as tests.
|
||||||
LOCAL_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) -z
|
LOCAL_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) -z
|
||||||
|
@ -97,11 +95,6 @@ LOCAL_RESOURCE_DIR := \
|
||||||
$(addprefix $(dir)/, $(LOCAL_RESOURCE_DIR)))) \
|
$(addprefix $(dir)/, $(LOCAL_RESOURCE_DIR)))) \
|
||||||
$(LOCAL_RESOURCE_DIR)
|
$(LOCAL_RESOURCE_DIR)
|
||||||
|
|
||||||
# this is an app, so add the system libraries to the search path
|
|
||||||
LOCAL_AIDL_INCLUDES += $(FRAMEWORKS_BASE_JAVA_SRC_DIRS)
|
|
||||||
|
|
||||||
#$(warning Finding assets for $(LOCAL_ASSET_DIR))
|
|
||||||
|
|
||||||
all_assets := $(call find-subdir-assets,$(LOCAL_ASSET_DIR))
|
all_assets := $(call find-subdir-assets,$(LOCAL_ASSET_DIR))
|
||||||
all_assets := $(addprefix $(LOCAL_ASSET_DIR)/,$(patsubst assets/%,%,$(all_assets)))
|
all_assets := $(addprefix $(LOCAL_ASSET_DIR)/,$(patsubst assets/%,%,$(all_assets)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue