1cc_library_static { 2 name: "libteeui_localization", 3 defaults: ["keystore_defaults"], 4 export_include_dirs: ["include"], 5 srcs: [ 6 "ConfirmationUITranslations.cpp", 7 ], 8 host_supported: true, 9} 10 11cc_test { 12 name: "ConfirmationUITranslations_test", 13 srcs: [ 14 "ConfirmationUITranslations-test.cpp", 15 ], 16 static_libs: [ 17 "libteeui_localization", 18 ], 19 host_supported: true, 20 cflags: [ 21 "-ffunction-sections", 22 ], 23} 24