We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edefadd commit 61bc5a7Copy full SHA for 61bc5a7
libcrypto_utils/Android.bp
@@ -22,6 +22,7 @@ cc_library {
22
name: "libcrypto_utils",
23
vendor_available: true,
24
ramdisk_available: true,
25
+ vendor_ramdisk_available: true,
26
recovery_available: true,
27
vndk: {
28
enabled: true,
libkeyutils/Android.bp
@@ -14,6 +14,7 @@ cc_library {
14
cflags: ["-Werror"],
15
defaults: ["linux_bionic_supported"],
16
17
18
19
export_include_dirs: ["include/"],
20
local_include_dirs: ["include/"],
0 commit comments