unplugged-system/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5862/Android.bp

14 lines
250 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_test {
name: "CVE-2016-5862",
defaults: ["cts_hostsidetests_securitybulletin_defaults"],
srcs: ["poc.c"],
cflags: [
"-Wall",
"-Werror",
],
}