You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
509 B
25 lines
509 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_library_static {
|
|
name: "libteeui_example_layout",
|
|
defaults: ["keystore_defaults"],
|
|
srcs: [
|
|
"examples.cpp",
|
|
"example_utils.cpp",
|
|
"fonts.S",
|
|
"phys_button_example.cpp",
|
|
"touch_button_example.cpp",
|
|
],
|
|
static_libs: [
|
|
"libft2.nodep",
|
|
"libteeui",
|
|
"libteeui_localization",
|
|
],
|
|
host_supported: true,
|
|
cflags: [
|
|
"-ffunction-sections",
|
|
],
|
|
}
|