Lines Matching +full:- +full:- +full:-
2 // Copyright (C) 2013-2014 The Android Open Source Project
8 // http://www.apache.org/licenses/LICENSE-2.0
17 // -----------------------------------------------------------------------------
19 // -----------------------------------------------------------------------------
22 // adb shell liblog-benchmarks
24 // A large-scale-change added 'default_applicable_licenses' to import
26 // SPDX-license-identifier-Apache-2.0
32 name: "liblog-benchmarks",
34 "-Wall",
35 "-Wextra",
36 "-Werror",
37 "-Wno-unused-result",
38 "-fno-builtin",
49 // -----------------------------------------------------------------------------
51 // -----------------------------------------------------------------------------
62 // -----------------------------------------------------------------------------
64 // -----------------------------------------------------------------------------
67 name: "liblog-tests-defaults",
70 "-fstack-protector-all",
71 "-g",
72 "-Wall",
73 "-Wextra",
74 "-Werror",
75 "-fno-builtin",
101 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
103 name: "liblog-unit-tests",
104 defaults: ["liblog-tests-defaults"],
109 defaults: ["liblog-tests-defaults"],
119 cflags: ["-DNO_PSTORE"],
122 "device-tests",
135 "general-tests",
140 name: "liblog-host-test",