diff options
author | Anirudh Radhakrishnan <anirudhr@codeaurora.org> | 2017-11-13 12:02:05 -0800 |
---|---|---|
committer | Sathish Ambley <sathishambley@codeaurora.org> | 2017-11-20 23:09:49 -0800 |
commit | e2fe942fb19881417e3ca079e0e57a9845604499 (patch) | |
tree | 236ffcbceaeb92a67d9eadbbdab62e73bfb756cb | |
parent | a903d4bc5645f017d5d476c09dd96a77d33be41f (diff) |
Removed support for high performance VR
Removed the command to copy android.hardware.vr.high_performance.xml
Change-Id: Idbb037730b5c0cf16161758c9eb34aa92b49fd92
-rw-r--r-- | sdm660_64.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index a20fd33..25a8333 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -216,10 +216,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ ro.vendor.sensors.cmc=false \ ro.vendor.sdk.sensors.gestures=false -# High performance VR feature -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml - # FBE support PRODUCT_COPY_FILES += \ device/qcom/sdm660_64/init.qti.qseecomd.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qti.qseecomd.sh |