This commit is contained in:
DidntRead 2017-12-04 18:05:49 +02:00 committed by Sebastian "Oyster" T
parent d28388d9bc
commit c5d001d74d
10 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,3 @@
subdirs = [
"nfc",
"vibrator",
"hidl",
]

3
hidl/Android.bp Normal file
View File

@ -0,0 +1,3 @@
subdirs = [
"*",
]

View File

@ -1,5 +1,5 @@
cc_library_shared {
name: "android.hardware.nfc@1.0-impl-mtk",
name: "android.hardware.nfc@1.0-impl-mediatek",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,