sm8350-common: Rename qti vibrator effect

Change-Id: I15286cbcd12b22467c07672924724c3278f3cf52
This commit is contained in:
Arian 2022-02-24 11:54:56 +01:00
parent 7349e1a167
commit b9612a44d0
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ vibrator_effect_stream {
vibrator_use_effect_stream: {
cflags: ["-DUSE_EFFECT_STREAM"],
shared_libs: [
"libqtivibratoreffect",
"libxiaomivibratoreffect",
],
},
},

View File

@ -2,7 +2,7 @@ Common_CFlags = ["-Wall"]
Common_CFlags += ["-Werror"]
cc_library_shared {
name: "libqtivibratoreffect",
name: "libxiaomivibratoreffect",
vendor: true,
cflags: Common_CFlags,
srcs: ["effect.cpp"],

View File

@ -27,8 +27,8 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef QTI_VIBRATOR_EFFECT_STREAM_H
#define QTI_VIBRATOR_EFFECT_STREAM_H
#ifndef XIAOMI_VIBRATOR_EFFECT_STREAM_H
#define XIAOMI_VIBRATOR_EFFECT_STREAM_H
#include <sys/types.h>
struct effect_stream {