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 b54e4ff commit 1784162Copy full SHA for 1784162
Android.bp
@@ -103,6 +103,7 @@ cc_library {
103
"//external/dwarves:__subpackages__",
104
"//external/elfutils:__subpackages__",
105
"//external/libbpf:__subpackages__",
106
+ "//external/rsync:__subpackages__",
107
"//external/squashfs-tools/squashfs-tools:__subpackages__",
108
"//external/stg:__subpackages__",
109
"//frameworks/libs/binary_translation/tools:__subpackages__",
@@ -118,6 +119,7 @@ cc_library {
118
119
product_available: true,
120
recovery_available: true,
121
vendor_available: true,
122
+ system_ext_specific: true,
123
host_supported: true,
124
native_bridge_supported: true,
125
ramdisk_available: true,
0 commit comments