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

/build/core/
H A Dbase_rules.mk199 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES)) macro
201 ifneq ($(strip $(aidl_sources)),)
203 aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
204 aidl_sources := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(aidl_sources)) macro
635 ifdef aidl_sources
636 ALL_MODULES.$(my_register_name).AIDL_FILES := $(aidl_sources)

Completed in 495 milliseconds