Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 31) sorted by relevance

12

/build/blueprint/proptools/
Dfilter_test.go24 A *string `keep:"true"`
33 A *string `keep:"true"`
47 A *string `keep:"true"`
66 A *string `keep:"true"`
69 A *string `keep:"true"`
79 A *string `keep:"true"`
81 } `keep:"true"`
95 } `keep:"true"`
104 A *string `keep:"true"`
105 } `keep:"true"`
[all …]
Dfilter.go72 var keep bool
73 if keep, field = predicate(field, prefix); !keep {
/build/soong/scripts/
Dstrip.sh43 --keep-mini-debug-info Keep compressed debug info in out-file
44 --keep-symbols Keep symbols in out-file
45 --keep-symbols-and-debug-frame Keep symbols and .debug_frame in out-file
55 local keep_section=--keep-section=.ARM.attributes
83 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
86 "${CLANG_BIN}/llvm-objcopy" --only-keep-debug "${infile}" "${outfile}.debug"
91 …"${CLANG_BIN}/llvm-objcopy" -S --keep-section .debug_frame --keep-symbols="${outfile}.keep_symbols…
92 "${XZ}" --keep --block-size=64k --threads=0 "${outfile}.mini_debuginfo"
104 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
154 keep-mini-debug-info) keep_mini_debug_info=true ;;
[all …]
DAndroid.bp282 name: "keep-flagged-apis",
283 src: "keep-flagged-apis.sh",
Ddiff_build_graphs.sh102 BUILD_NUMBER=sample "$builder" $PRODUCTS_ARG --keep --out "$OUT_DIR_TEMP" || true
/build/make/core/
Dproguard.jacoco.flags2 -keep class com.vladium.** {
6 -keep class org.jacoco.** {
Dproguard.flags13 -keep @com.android.internal.annotations.VisibleForTesting class *
20 -keep @android.annotation.TestApi class *
30 -keep @**.VisibleForTesting class android.**,com.android.**,com.google.android.**
35 # Keep rule for members that are needed solely to keep alive downstream weak
45 -keep class **android**.annotation*.Keep
47 -keep @**android**.annotation*.Keep class * { *; }
63 # RUNTIME retention. These minimal keep rules ensure they're not stripped by R8.
Dproguard_basic_keeps.flags8 # Annotations are implemented as attributes, so we have to explicitly keep them.
14 # explicit keep rule for that target, even with a global -keepattributes rule.
15 # As such, we can add the global keep rule here with minimal cost while
61 # -keep class * extends android.app.Activity
62 # -keep class * extends android.view.View
63 # -keep class * extends android.app.Service
64 # -keep class * extends android.content.BroadcastReceiver
65 # -keep class * extends android.content.ContentProvider
66 # -keep class * extends android.preference.Preference
67 # -keep class * extends android.app.BackupAgent
[all …]
Ddynamic_binary.mk104 my_strip_args += --keep-mini-debug-info
106 my_strip_args += --keep-symbols
Dgenerate_enforce_rro.mk41 LOCAL_AAPT_FLAGS += --auto-add-overlay --keep-raw-values
/build/bazel/product_config/
DBUILD30 # keep-sorted start
42 # keep-sorted end
46 # keep-sorted start
69 # keep-sorted end
73 # keep-sorted start
93 # keep-sorted end
/build/bazel_common_rules/rules/coverage/remote_coverage_tools/
DBUILD13 # Necessary to keep cc_test's implicit dep lookup from complaining.
/build/bazel/rules/java/stub_local_jdk/
DBUILD.bazel21 # keep this reference valid.
/build/release/flag_declarations/
DRELEASE_PLATFORM_SECURITY_PATCH.textproto3 …ings of the Public Security Bulletins. If there is no $PLATFORM_SECURITY_PATCH set, keep it empty."
/build/bazel/rules/cc/
Dcc_info_subject.bzl34 # go/keep-sorted start
38 # go/keep-sorted end
Dcc_prebuilt_binary_test.bzl87 "--keep-symbols",
106 "--keep-symbols-and-debug-frame",
Dcc_binary_test.bzl23 # build/soong/scripts/strip.sh --keep-symbols --add-gnu-debuglink -i <in> -o <out> -d <out>.d
99 "--keep-symbols",
121 "--keep-symbols-and-debug-frame",
Dstripped_cc_common.bzl47 strip_args.append("--keep-symbols")
49 strip_args.append("--keep-symbols-and-debug-frame")
53 strip_args.append("--keep-mini-debug-info")
Dcc_binary.bzl207 # Potentially have internal cc_test dependency so keep
/build/bazel/examples/soong_config_variables/basic/
DAndroid.bp1 // Use local copy of the soong_config_module_type dep graph to keep this Android.bp
/build/make/
DDeprecation.md58 try and keep that around for a while, but other development may cause those to
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto53 // files or folders to keep uncompressed in `uncompressed_glob`.
90 // Resources to keep in the master split.
/build/soong/docs/
Dmap_files.md34 stub generator, keep them on their own line. For a list of supported comments,
149 preferable to keep such APIs in an entirely separate library to protect them
/build/soong/sdk/
Dupdate.go2131 keep bool member
2197 keep := proptools.HasTag(field, "sdk", "keep")
2238 keep,
2344 if !property.keep {
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto96 // Deprecated because instead of embedding in a MetricsBase, we keep

12