diff --git a/vibrator/aidl/Android.bp b/vibrator/aidl/Android.bp index 837bbf6..637bd4b 100644 --- a/vibrator/aidl/Android.bp +++ b/vibrator/aidl/Android.bp @@ -18,7 +18,7 @@ vibrator_effect_stream { vibrator_use_effect_stream: { cflags: ["-DUSE_EFFECT_STREAM"], shared_libs: [ - "libqtivibratoreffect", + "libxiaomivibratoreffect", ], }, }, diff --git a/vibrator/effect/Android.bp b/vibrator/effect/Android.bp index 19f6cfe..6693b91 100644 --- a/vibrator/effect/Android.bp +++ b/vibrator/effect/Android.bp @@ -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"], diff --git a/vibrator/effect/effect.h b/vibrator/effect/effect.h index a588e22..bddb27d 100644 --- a/vibrator/effect/effect.h +++ b/vibrator/effect/effect.h @@ -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 struct effect_stream {