Merge changes Ifba05b57,Idd0f35fc
* changes: libkeystore-wifi-hidl: Updated to vendor_available:true libkeystore-wifi-hidl: Updated Android.bp
This commit is contained in:
commit
9c9ff707e3
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ cc_library_shared {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Library for keystore clients using the WiFi HIDL interface
|
// Library for keystore clients using the WiFi HIDL interface
|
||||||
cc_library_shared {
|
cc_library {
|
||||||
name: "libkeystore-wifi-hidl",
|
name: "libkeystore-wifi-hidl",
|
||||||
defaults: ["keystore_defaults"],
|
defaults: ["keystore_defaults"],
|
||||||
|
|
||||||
|
@ -102,5 +102,5 @@ cc_library_shared {
|
||||||
|
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
|
||||||
vendor: true,
|
vendor_available: true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue