From 1af11dec3f0c8800ed6d0d0454a9191e190678b7 Mon Sep 17 00:00:00 2001 From: Suprabh Shukla Date: Wed, 23 May 2018 17:35:18 -0700 Subject: [PATCH] Excluding location.network from aosp-walleye Test: lunch aosp_walleye-userdebug, build, flash run atest android.app.cts.SystemFeaturesTest Bug: 33380753 Change-Id: I81547dd63962dd9ae332e78be8807527e932f7b5 --- aosp_walleye.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aosp_walleye.mk b/aosp_walleye.mk index 80bb0d7..9f45dda 100644 --- a/aosp_walleye.mk +++ b/aosp_walleye.mk @@ -30,7 +30,8 @@ PRODUCT_PACKAGES += \ vndk_package PRODUCT_COPY_FILES += \ - device/google/muskie/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml + device/google/muskie/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \ + frameworks/native/data/etc/aosp_excluded_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/aosp_excluded_hardware.xml PRODUCT_RESTRICT_VENDOR_FILES := owner