Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 386f9e17 authored by Adnan Begovic's avatar Adnan Begovic Committed by Michael Bestas
Browse files

build/core: Define find-other-aidl-files.

   Useful when utilizing relative paths that mention external
   projects. Mimics find-other-java-files, etc.

Change-Id: I3df67f4f35a931facbb1de76936936b092a42bb2
parent 14f0bd0d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -438,6 +438,10 @@ define find-other-java-files
$(call all-java-files-under,$(1))
endef

define find-other-aidl-files
	$(call find-subdir-files,$(1) -name "*.aidl" -and -not -name ".*")
endef

define find-other-html-files
$(call all-html-files-under,$(1))
endef