Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33c3a2f8 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

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
parent fc10e637
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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))