Lines Matching +full:- +full:- +full:-

3     default_applicable_licenses: ["Android-Apache-2.0"],
7 name: "libprofile-defaults",
9 "profile-extras.cpp",
10 "profile-globals.c",
16 name: "libprofile-extras",
17 defaults: ["libprofile-defaults"],
32 name: "libprofile-extras_ndk",
33 defaults: ["libprofile-defaults"],
42 name: "libprofile-clang-defaults",
44 "profile-clang-extras.cpp",
45 "profile-clang-openat.cpp",
57 name: "libprofile-clang-platform-defaults",
58 defaults: ["libprofile-clang-defaults"],
69 // -----------------------------------------------------------------------------
70 // libprofile-clang libraries for regular coverage. They also install a signal
72 // -----------------------------------------------------------------------------
75 name: "libprofile-clang-extras",
76 defaults: ["libprofile-clang-platform-defaults"],
84 name: "libprofile-clang-extras_ndk",
85 defaults: ["libprofile-clang-defaults"],
91 name: "libprofile-clang-extras_cfi_support",
92 defaults: ["libprofile-clang-platform-defaults"],
105 // -----------------------------------------------------------------------------
106 // libprofile-clang libraries for continuous coverage. They install a no-op
108 // -----------------------------------------------------------------------------
111 name: "profile-extras-continuous-mode",
112 cflags: ["-D__CONTINUOUS_COVERAGE_MODE__"],
116 name: "libprofile-clang-extras_continuous",
118 "libprofile-clang-platform-defaults",
119 "profile-extras-continuous-mode",
124 name: "libprofile-clang-extras_ndk_continuous",
126 "libprofile-clang-platform-defaults",
127 "profile-extras-continuous-mode",
134 name: "libprofile-clang-extras_cfi_support_continuous",
136 "libprofile-clang-platform-defaults",
137 "profile-extras-continuous-mode",
148 // -----------------------------------------------------------------------------
150 // -----------------------------------------------------------------------------
152 name: "libprofile-extras-test",
154 "profile-extras-test.cpp",
157 "libprofile-extras",
159 ldflags: ["-uinit_profile_extras"],
164 name: "libprofile-clang-extras-test",
166 "profile-clang-extras-test.cpp",
169 "libprofile-clang-extras",
172 "-Wl,--wrap,open",