Searched defs:aidl_sources (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Dbase_rules.mk177 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES)) macro
179 ifneq ($(strip $(aidl_sources)),)
181 aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
182 aidl_sources := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(aidl_sources)) macro

Completed in 24 milliseconds