Home | History | Annotate | Download | only in core

Lines Matching refs:aidl

212 ## Find all files named "I*.aidl" under the named directories,
220 find $(1) -name "I*.aidl" -and -not -name ".*") \
225 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
823 ## Commands for running aidl
826 define transform-aidl-to-java
828 @echo "Aidl: $(PRIVATE_MODULE) <= $<"
829 $(hide) $(AIDL) -d$(patsubst %.java,%.P,$@) $(PRIVATE_AIDL_FLAGS) $< $@
831 #$(AIDL) $(PRIVATE_AIDL_FLAGS) $< - | indent -nut -br -npcs -l1000 > $@