Snap for 9606726 from 6bc2c61fef to tm-qpr3-release

Change-Id: I940136d016066bdc0f763a264fdda9c73e8d429c
This commit is contained in:
Android Build Coastguard Worker 2023-02-15 00:01:45 +00:00
commit c3d2cb7df7
2 changed files with 1 additions and 4 deletions

View file

@ -122,7 +122,7 @@ PRODUCT_SOONG_NAMESPACES += \
# Increment the SVN for any official public releases # Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=26 ro.vendor.build.svn=28
# DCK properties based on target # DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \

View file

@ -81,9 +81,6 @@ cc_library_shared {
"Vibrator.cpp", "Vibrator.cpp",
"CapoDetector.cpp", "CapoDetector.cpp",
], ],
cflags: [
"-DDISABLE_ADAPTIVE_HAPTICS_FEATURE",
],
static_libs: [ static_libs: [
"chre_client", "chre_client",
], ],