Make libfs_mgr dependencies vendor_ramdisk_available.
This is needed to link libfs_mgr with snapuserd. Bug: 193833730 Test: builds Change-Id: If499d7ec060f9964ccd6900dcaa6425a34ae5ec8
This commit is contained in:
parent
edefadd242
commit
61bc5a7097
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ cc_library {
|
|||
name: "libcrypto_utils",
|
||||
vendor_available: true,
|
||||
ramdisk_available: true,
|
||||
vendor_ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ cc_library {
|
|||
cflags: ["-Werror"],
|
||||
defaults: ["linux_bionic_supported"],
|
||||
ramdisk_available: true,
|
||||
vendor_ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
export_include_dirs: ["include/"],
|
||||
local_include_dirs: ["include/"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue