summaryrefslogtreecommitdiffstats
path: root/core/package.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-12-14 10:57:54 -0800
committerYing Wang <wangying@google.com>2010-12-14 10:57:54 -0800
commit1214aeb75f9b506ebaa5856f2cea6bd8967ede51 (patch)
tree1d55b7560f199717e687edd888db06b09c7d6982 /core/package.mk
parent02e172e892190c1c94539594d639776c4b24efdf (diff)
downloadbuild-1214aeb75f9b506ebaa5856f2cea6bd8967ede51.zip
build-1214aeb75f9b506ebaa5856f2cea6bd8967ede51.tar.gz
build-1214aeb75f9b506ebaa5856f2cea6bd8967ede51.tar.bz2
Add framework includes for any aidl source.
Before this change, only aidl in apps gets the framework directories in their include path. Change-Id: Ieeaa162f577ea280fe71e4959cc73176b4dfd8ad
Diffstat (limited to 'core/package.mk')
-rw-r--r--core/package.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/package.mk b/core/package.mk
index 0584b20..f8be8a7 100644
--- a/core/package.mk
+++ b/core/package.mk
@@ -76,8 +76,6 @@ ifeq ($(LOCAL_MODULE_TAGS),)
LOCAL_MODULE_TAGS := optional
endif
-#$(warning $(LOCAL_PATH) $(LOCAL_PACKAGE_NAME) $(sort $(LOCAL_MODULE_TAGS)))
-
ifeq ($(filter tests, $(LOCAL_MODULE_TAGS)),)
# Force localization check if it's not tagged as tests.
LOCAL_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) -z
@@ -97,11 +95,6 @@ LOCAL_RESOURCE_DIR := \
$(addprefix $(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 := $(addprefix $(LOCAL_ASSET_DIR)/,$(patsubst assets/%,%,$(all_assets)))