Add touchscreen and stylus input configuration file. am: 05dbf737a7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/18533908 Change-Id: Id7294362a8ea1b0016764f5677c297fe49182d80 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
77ba1db4f2
3 changed files with 8 additions and 0 deletions
2
NVTCapacitivePen.idc
Normal file
2
NVTCapacitivePen.idc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
touch.orientationAware = 1
|
||||||
|
touch.orientation = ORIENTATION_270
|
1
NVTCapacitiveTouchScreen.idc
Normal file
1
NVTCapacitiveTouchScreen.idc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
touch.orientation = ORIENTATION_270
|
|
@ -33,6 +33,11 @@ DEVICE_PACKAGE_OVERLAYS += device/google/tangorpro/tangorpro/overlay
|
||||||
PRODUCT_SOONG_NAMESPACES += device/google/tangorpro
|
PRODUCT_SOONG_NAMESPACES += device/google/tangorpro
|
||||||
PRODUCT_PACKAGES += WifiOverlayT6pro
|
PRODUCT_PACKAGES += WifiOverlayT6pro
|
||||||
|
|
||||||
|
# Touch files
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/tangorpro/NVTCapacitiveTouchScreen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/NVTCapacitiveTouchScreen.idc \
|
||||||
|
device/google/tangorpro/NVTCapacitivePen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/NVTCapacitivePen.idc
|
||||||
|
|
||||||
# Init files
|
# Init files
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/tangorpro/conf/init.tangorpro.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.tangorpro.rc
|
device/google/tangorpro/conf/init.tangorpro.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.tangorpro.rc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue