commit | 76224bde3d4d2bd5580dfab5141c113b8d64d87e | [log] [tgz] |
---|---|---|
author | nebrassy <nebras30@gmail.com> | Mon Apr 05 11:52:44 2021 +0200 |
committer | nebrassy <nebras30@gmail.com> | Sat Jul 31 18:52:01 2021 +0200 |
tree | d6b5d59fc6288733a828f127a6f051995e7c1b9f | |
parent | a15d02f88552ea11b5b3b3985d2b6dcfd448be46 [diff] [blame] |
Support AIDL Vibrator co-authored by: SebaUbuntu <barezzisebastiano@gmail.com> Change-Id: Ifaa0af4cb0fe0dee7d2a9ad4c58a5ede5ce46d59
diff --git a/minuitwrp/Android.bp b/minuitwrp/Android.bp index 8005e02..7a56103 100644 --- a/minuitwrp/Android.bp +++ b/minuitwrp/Android.bp
@@ -53,7 +53,8 @@ "libcutils", "liblog", "libbase", - "libsync" + "libsync", + "libbinder_ndk" ], static_libs: ["libpixelflinger_twrp"] }