sm8350-common: Rename qti vibrator effect
Change-Id: I15286cbcd12b22467c07672924724c3278f3cf52
This commit is contained in:
parent
7349e1a167
commit
b9612a44d0
@ -18,7 +18,7 @@ vibrator_effect_stream {
|
||||
vibrator_use_effect_stream: {
|
||||
cflags: ["-DUSE_EFFECT_STREAM"],
|
||||
shared_libs: [
|
||||
"libqtivibratoreffect",
|
||||
"libxiaomivibratoreffect",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -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"],
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user