Lines Matching +full:- +full:- +full:-
2 // Copyright (C) 2013-2014 The Android Open Source Project
8 // http://www.apache.org/licenses/LICENSE-2.0
18 // A large-scale-change added 'default_applicable_licenses' to import
20 // SPDX-license-identifier-Apache-2.0
25 name: "logcat-tests-defaults",
27 "-fstack-protector-all",
28 "-g",
29 "-Wall",
30 "-Wextra",
31 "-Werror",
32 "-fno-builtin",
36 // -----------------------------------------------------------------------------
38 // ----------------------------------------------------------------------------
41 // adb shell /data/nativetest/logcat-benchmarks/logcat-benchmarks
43 name: "logcat-benchmarks",
44 defaults: ["logcat-tests-defaults"],
49 // -----------------------------------------------------------------------------
51 // -----------------------------------------------------------------------------
54 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
56 name: "logcat-unit-tests",
57 defaults: ["logcat-tests-defaults"],