Skip to content

Commit

Permalink
TouchGestures: Build custom vendor support
Browse files Browse the repository at this point in the history
Includes:

Use ssos vendor/support preference

Change-Id: I80cc5204590bbb3b7caca8aaa5225b215e4477a0
  • Loading branch information
SKULSHADY authored and AshutoshSundresh committed Apr 11, 2021
1 parent 7608dd7 commit 46cc6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_STATIC_ANDROID_LIBRARIES := \
VendorSupport-preference

LOCAL_PROGUARD_FLAG_FILES := proguard.flags

include frameworks/base/packages/SettingsLib/common.mk
include vendor/support/common.mk

include $(BUILD_PACKAGE)

Expand Down
2 changes: 1 addition & 1 deletion res/xml/touchscreen_gesture_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:key="touchscreen_gesture_settings"
android:title="@string/touchscreen_gesture_settings_title">

<com.havoc.support.preferences.SystemSettingSwitchPreference
<com.ssos.support.preferences.SystemSettingSwitchPreference
android:key="touchscreen_gesture_haptic_feedback"
android:title="@string/touchscreen_gestures_haptic_feedback_title"
android:summary="@string/touchscreen_gestures_haptic_feedback_summary"
Expand Down

0 comments on commit 46cc6a0

Please sign in to comment.