diff options
author | Pulkit Bhuwalka <pulkitb@google.com> | 2017-02-18 06:21:29 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-02-18 06:21:29 +0000 |
commit | 08d10a44f653c0f986a104f0098326daab4bc5ee (patch) | |
tree | 810f3a7e9b99802d7d25352bbe732bcec1e4af39 | |
parent | 5bcf3068f787ec850de0e142d2b1b7cb6aacf42d (diff) | |
parent | c9d69d6c7925285a0cdbf7061961ffb172e34bbf (diff) | |
download | device_generic_armv7-a-neon-08d10a44f653c0f986a104f0098326daab4bc5ee.tar.gz device_generic_armv7-a-neon-08d10a44f653c0f986a104f0098326daab4bc5ee.tar.bz2 device_generic_armv7-a-neon-08d10a44f653c0f986a104f0098326daab4bc5ee.zip |
Merge "Replace hardware features conf file to be emulator specific" am: 25571a9496 am: 7762cee053
am: c9d69d6c79
Change-Id: Ifa3ecb1b911be2a80c197c9636fa9b8125ed86cd
-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 9731c7e..64c73f7 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 \ |