diff options
author | Colin Cross <ccross@android.com> | 2017-02-18 20:05:37 +0000 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2017-02-18 13:36:03 -0800 |
commit | a5aee5924cf4a7159342fff698f2d2ecb778f21b (patch) | |
tree | c26fd97688a86a1adeaaee996f9b0ba97f500a0b | |
parent | 08d10a44f653c0f986a104f0098326daab4bc5ee (diff) | |
download | device_generic_armv7-a-neon-a5aee5924cf4a7159342fff698f2d2ecb778f21b.tar.gz device_generic_armv7-a-neon-a5aee5924cf4a7159342fff698f2d2ecb778f21b.tar.bz2 device_generic_armv7-a-neon-a5aee5924cf4a7159342fff698f2d2ecb778f21b.zip |
Revert "Replace hardware features conf file to be emulator specific"
This reverts commit 337feff8b79e1aa8c50ef7d8d15e9076385e136b.
Change-Id: I17323c6053a42f4cc0fbb902cfd101f7783f7e29
-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 64c73f7..9731c7e 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -63,13 +63,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 \ |