Home | History | Annotate | Download | only in core

Lines Matching defs:aidl

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