Files
rk35xx-android14/system/teeui/test/Android.bp
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

47 lines
865 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_test {
cflags: [
"-Wall",
"-Werror",
"-Wextra",
"-O0",
],
srcs: [
"teeui_test.cpp",
"gtest_main.cpp",
],
name: "teeui_unit_tests",
static_libs: [
"libteeui",
"libft2.nodep",
],
host_supported: true,
}
cc_library_host_shared {
name: "libteeui_localization_rendering_test",
cflags: [
"-Wall",
"-Werror",
"-Wextra",
"-O0",
],
export_include_dirs: ["include"],
srcs: [
"teeui_locale_test.cpp",
"teeui_device_config.cpp",
"teeui_draw_label_text_test.cpp",
],
static_libs: [
"libteeui_example_layout",
"libteeui",
"libft2.nodep",
"libteeui_localization",
"libgtest",
],
}