diff options
author | Dan Willemsen <dwillemsen@google.com> | 2019-06-10 20:38:20 +0000 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2019-06-10 20:41:30 +0000 |
commit | 33c3a2f8dbc345db273808139ae6c9d30e0b0bf7 (patch) | |
tree | a3d344b301c562cc7623fcbe4d6fbbe0ed3c321e | |
parent | fc10e63786347b2b1d92936ec94ac54dd94092ee (diff) |
Remove improper LOCAL_AIDL_INCLUDES
This is inteneded to be a list of directories (from the root of the
source dir), not a list of relative aidl files from the
packages/apps/Dialer directory. Since this isn't doing anything useful
right now, just remove it.
Test: treehugger
Change-Id: Ib99296e5dbeaeec92a7568bb8b0b5cfc1154974e
-rw-r--r-- | Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index eb6798cb7..b7a4a8ffe 100644 --- a/Android.mk +++ b/Android.mk @@ -79,8 +79,6 @@ LOCAL_SRC_FILES += $(call all-proto-files-under, $(BASE_DIR)) LOCAL_SRC_FILES += $(call all-Iaidl-files-under, $(BASE_DIR)) LOCAL_SRC_FILES := $(filter-out $(EXCLUDE_FILES),$(LOCAL_SRC_FILES)) -LOCAL_AIDL_INCLUDES := $(call all-Iaidl-files-under, $(BASE_DIR)) - LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH) LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(RES_DIRS)) |