unplugged-system/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-1906/Android.bp

12 lines
208 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_test {
name: "CVE-2021-1906",
defaults: ["cts_hostsidetests_securitybulletin_defaults"],
srcs: [
"poc.c",
],
}