diff options
| author | Etan Cohen <etancohen@google.com> | 2018-01-25 07:21:00 -0800 |
|---|---|---|
| committer | Etan Cohen <etancohen@google.com> | 2018-01-25 12:57:05 -0800 |
| commit | 13d9172bd21c908d2530e1ae17fbf37903ddb3f8 (patch) | |
| tree | 4e12d65d3022e6f41b510d35f668afcff9a3dd16 /common | |
| parent | 2d7b44ce1aaf863d0b0b2259d87a57b3612932e8 (diff) | |
[RTT] Enable the new RTT2 API on Pixel devices
Enable the new RTT API on Pixel devices with P.
Bug: 72461806
Test: unit test & integration tests
Change-Id: I451e14a929a34846f8829ef2fad091beceba4e6e
Diffstat (limited to 'common')
| -rw-r--r-- | common/base.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/base.mk b/common/base.mk index 3468cb29..8605eea1 100644 --- a/common/base.mk +++ b/common/base.mk @@ -794,6 +794,7 @@ PRODUCT_COPY_FILES := \ frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \ + frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \ frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \ |
