libkeymint_support: Make it vendor accessiable am: abcf89dd53
am: 948bfe2cae
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1870241 Change-Id: Iab163f5c757b1deabb3e8b78aacfc61a448dae47
This commit is contained in:
commit
1f8a0ea462
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ package {
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libkeymint_support",
|
name: "libkeymint_support",
|
||||||
|
vendor_available: true,
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
|
@ -44,6 +45,7 @@ cc_library {
|
||||||
"libbase",
|
"libbase",
|
||||||
"libcrypto",
|
"libcrypto",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libhardware",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue