mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: Remove ndk_platform backend. Use the ndk backend.
The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547 Change-Id: I14a1c57bd06f1f2aa52491f779c7030d4de03547
This commit is contained in:
@@ -14,7 +14,7 @@ cc_library_shared {
|
||||
"liblog",
|
||||
"libqtivibratoreffect",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk",
|
||||
],
|
||||
export_include_dirs: ["include"]
|
||||
}
|
||||
@@ -36,7 +36,7 @@ cc_binary {
|
||||
"libutils",
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"android.hardware.vibrator-V1-ndk_platform",
|
||||
"android.hardware.vibrator-V1-ndk",
|
||||
"vendor.qti.hardware.vibrator.impl.xiaomi_holi",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user