android13/system/libvintf/libaidlvintf_test_helper/Android.bp

42 lines
986 B
Plaintext

package {
// http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// the below license kinds from "system_libvintf_license":
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["system_libvintf_license"],
}
cc_defaults {
name: "use_libaidlvintf_gtest_helper_static",
static_libs: [
"libaidlvintf_gtest_helper",
"libbase",
"libz",
"libselinux",
"libtinyxml2",
"libvintf",
],
}
cc_test_library {
name: "test_compile_use_libaidlvintf_gtest_helper_static",
defaults: ["use_libaidlvintf_gtest_helper_static"],
visibility: [":__subpackages__"],
}
cc_library_static {
name: "libaidlvintf_gtest_helper",
export_include_dirs: ["include"],
srcs: [
"Vintf.cpp",
],
shared_libs: [
"libbase",
"libz",
"libselinux",
"libtinyxml2",
"libvintf",
"libutils",
],
}