1cc_library_static { 2 name: "libteeui_example_layout", 3 defaults: ["keystore_defaults"], 4 srcs: [ 5 "examples.cpp", 6 "example_utils.cpp", 7 "fonts.S", 8 "phys_button_example.cpp", 9 "touch_button_example.cpp", 10 ], 11 static_libs: [ 12 "libft2.nodep", 13 "libteeui", 14 "libteeui_localization", 15 ], 16 host_supported: true, 17 cflags: [ 18 "-ffunction-sections", 19 ], 20} 21