From 33c3a2f8dbc345db273808139ae6c9d30e0b0bf7 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 10 Jun 2019 20:38:20 +0000 Subject: 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 --- Android.mk | 2 -- 1 file changed, 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)) -- cgit v1.2.3