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 8d56f54 commit 9195677Copy full SHA for 9195677
Android.bp
@@ -106,6 +106,7 @@ cc_library {
106
"//external/elfutils:__subpackages__",
107
"//external/libbpf:__subpackages__",
108
"//external/mesa3d:__subpackages__",
109
+ "//external/rsync:__subpackages__",
110
"//external/squashfs-tools/squashfs-tools:__subpackages__",
111
"//external/stg:__subpackages__",
112
"//frameworks/libs/binary_translation/tools:__subpackages__",
@@ -122,6 +123,7 @@ cc_library {
122
123
product_available: true,
124
recovery_available: true,
125
vendor_available: true,
126
+ system_ext_specific: true,
127
host_supported: true,
128
native_bridge_supported: true,
129
ramdisk_available: true,
0 commit comments