HomeSort by relevance Sort by last modified time
    Searched full:aidl_sources (Results 1 - 1 of 1) sorted by null

  /build/core/
base_rules.mk 182 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES)) macro
184 ifneq ($(strip $(aidl_sources)),)
186 aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
187 aidl_sources := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(aidl_sources)) macro

Completed in 324 milliseconds