Searched refs:keep (Results 1 – 25 of 31) sorted by relevance
12
/build/blueprint/proptools/ |
D | filter_test.go | 24 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 …]
|
D | filter.go | 72 var keep bool 73 if keep, field = predicate(field, prefix); !keep {
|
/build/soong/scripts/ |
D | strip.sh | 43 --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 …]
|
D | Android.bp | 282 name: "keep-flagged-apis", 283 src: "keep-flagged-apis.sh",
|
D | diff_build_graphs.sh | 102 BUILD_NUMBER=sample "$builder" $PRODUCTS_ARG --keep --out "$OUT_DIR_TEMP" || true
|
/build/make/core/ |
D | proguard.jacoco.flags | 2 -keep class com.vladium.** { 6 -keep class org.jacoco.** {
|
D | proguard.flags | 13 -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.
|
D | proguard_basic_keeps.flags | 8 # 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 …]
|
D | dynamic_binary.mk | 104 my_strip_args += --keep-mini-debug-info 106 my_strip_args += --keep-symbols
|
D | generate_enforce_rro.mk | 41 LOCAL_AAPT_FLAGS += --auto-add-overlay --keep-raw-values
|
/build/bazel/product_config/ |
D | BUILD | 30 # 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/ |
D | BUILD | 13 # Necessary to keep cc_test's implicit dep lookup from complaining.
|
/build/bazel/rules/java/stub_local_jdk/ |
D | BUILD.bazel | 21 # keep this reference valid.
|
/build/release/flag_declarations/ |
D | RELEASE_PLATFORM_SECURITY_PATCH.textproto | 3 …ings of the Public Security Bulletins. If there is no $PLATFORM_SECURITY_PATCH set, keep it empty."
|
/build/bazel/rules/cc/ |
D | cc_info_subject.bzl | 34 # go/keep-sorted start 38 # go/keep-sorted end
|
D | cc_prebuilt_binary_test.bzl | 87 "--keep-symbols", 106 "--keep-symbols-and-debug-frame",
|
D | cc_binary_test.bzl | 23 # 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",
|
D | stripped_cc_common.bzl | 47 strip_args.append("--keep-symbols") 49 strip_args.append("--keep-symbols-and-debug-frame") 53 strip_args.append("--keep-mini-debug-info")
|
D | cc_binary.bzl | 207 # Potentially have internal cc_test dependency so keep
|
/build/bazel/examples/soong_config_variables/basic/ |
D | Android.bp | 1 // Use local copy of the soong_config_module_type dep graph to keep this Android.bp
|
/build/make/ |
D | Deprecation.md | 58 try and keep that around for a while, but other development may cause those to
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 53 // files or folders to keep uncompressed in `uncompressed_glob`. 90 // Resources to keep in the master split.
|
/build/soong/docs/ |
D | map_files.md | 34 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/ |
D | update.go | 2131 keep bool member 2197 keep := proptools.HasTag(field, "sdk", "keep") 2238 keep, 2344 if !property.keep {
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 96 // Deprecated because instead of embedding in a MetricsBase, we keep
|
12