Skip to content

Commit 61bc5a7

Browse files
committed
Make libfs_mgr dependencies vendor_ramdisk_available.
This is needed to link libfs_mgr with snapuserd. Bug: 193833730 Test: builds Change-Id: If499d7ec060f9964ccd6900dcaa6425a34ae5ec8
1 parent edefadd commit 61bc5a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcrypto_utils/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cc_library {
2222
name: "libcrypto_utils",
2323
vendor_available: true,
2424
ramdisk_available: true,
25+
vendor_ramdisk_available: true,
2526
recovery_available: true,
2627
vndk: {
2728
enabled: true,

libkeyutils/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ cc_library {
1414
cflags: ["-Werror"],
1515
defaults: ["linux_bionic_supported"],
1616
ramdisk_available: true,
17+
vendor_ramdisk_available: true,
1718
recovery_available: true,
1819
export_include_dirs: ["include/"],
1920
local_include_dirs: ["include/"],

0 commit comments

Comments
 (0)