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

Commit a56e4df0 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove undefined all-aidl-files-under

This is not a defined function, and there are no aidl files under these
directories anyways.

Bug: 72661763
Test: find location/lib -name '*.aidl'
Test: find media/lib -name '*.aidl'
Change-Id: I000d8febd54a50d4c07b910fa374ac8019f696be
parent cf5841db
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -22,9 +22,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= com.android.location.provider
LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := \
            $(call all-subdir-java-files) \
            $(call all-aidl-files-under, java)
LOCAL_SRC_FILES := $(call all-subdir-java-files)

include $(BUILD_JAVA_LIBRARY)

+1 −3
Original line number Diff line number Diff line
@@ -22,9 +22,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= com.android.media.remotedisplay
LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := \
            $(call all-java-files-under, java) \
            $(call all-aidl-files-under, java)
LOCAL_SRC_FILES := $(call all-java-files-under, java)

include $(BUILD_JAVA_LIBRARY)

+1 −3
Original line number Diff line number Diff line
@@ -22,9 +22,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= com.android.mediadrm.signer
LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := \
            $(call all-java-files-under, java) \
            $(call all-aidl-files-under, java)
LOCAL_SRC_FILES := $(call all-java-files-under, java)

include $(BUILD_JAVA_LIBRARY)

+2 −4
Original line number Diff line number Diff line
@@ -22,9 +22,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= com.android.media.tv.remoteprovider
LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := \
            $(call all-java-files-under, java) \
            $(call all-aidl-files-under, java)
LOCAL_SRC_FILES := $(call all-java-files-under, java)

LOCAL_DEX_PREOPT := false