Remove unused Android.mk under device/google/raviole am: bd9ce8035d

Original change: https://android-review.googlesource.com/c/device/google/raviole/+/2836216

Change-Id: Ibe400a5c48abd7739ec42d1c110e726725c807b9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Herbert Xue 2023-11-20 03:23:53 +00:00 committed by Automerger Merge Worker
commit 4bc83922f9
5 changed files with 0 additions and 9 deletions

View file

@ -20,8 +20,6 @@
# to only building on ARM if they include assembly. Individual makefiles
# are responsible for having their own logic, for fine-grained control.
LOCAL_PATH := $(call my-dir)
$(eval $(call declare-copy-files-license-metadata,device/google/raviole,default-permissions.xml,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
$(eval $(call declare-copy-files-license-metadata,device/google/raviole,libnfc-nci-raven.conf,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
$(eval $(call declare-copy-files-license-metadata,device/google/raviole,libnfc-nci.conf,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
@ -38,10 +36,3 @@ $(eval $(call declare-copy-files-license-metadata,device/google/raviole,wpa_supp
$(eval $(call declare-copy-files-license-metadata,device/google/raviole,wpa_supplicant_overlay.conf,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
$(eval $(call declare-1p-copy-files,device/google/raviole,audio_policy_configuration.xml))
# if some modules are built directly from this directory (not subdirectories),
# their rules should be written here.
ifeq ($(USES_DEVICE_GOOGLE_RAVIOLE),true)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif