diff options
author | Colin Cross <ccross@android.com> | 2017-02-21 23:35:54 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-02-21 23:35:54 +0000 |
commit | 9533fad235f64573ef5a02e72c389143c1049959 (patch) | |
tree | 4e403060344a211ed714971bd09429929ba4ebf4 | |
parent | c9d69d6c7925285a0cdbf7061961ffb172e34bbf (diff) | |
parent | dd168c481dcb14c7932c7026ac7c8b4af128e4a5 (diff) | |
download | device_generic_armv7-a-neon-9533fad235f64573ef5a02e72c389143c1049959.tar.gz device_generic_armv7-a-neon-9533fad235f64573ef5a02e72c389143c1049959.tar.bz2 device_generic_armv7-a-neon-9533fad235f64573ef5a02e72c389143c1049959.zip |
Merge "Revert "Replace hardware features conf file to be emulator specific"" am: 15314896f3
am: dd168c481d
Change-Id: I32933296c35d8251df0ca24c48ca7a05fa72cda1
-rw-r--r-- | mini_common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mini_common.mk b/mini_common.mk index 41ca142..5ee22be 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -64,13 +64,13 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += camera.goldfish.jpeg PRODUCT_COPY_FILES += \ - device/generic/goldfish/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ + frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ PRODUCT_PROPERTY_OVERRIDES += \ ro.carrier=unknown \ |