HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_NUMBER (Results 1 - 25 of 27) sorted by null

1 2

  /sdk/eclipse/scripts/
build_update_site.sh 17 BUILD_NUMBER=""
24 BUILD_NUMBER="$1"
34 "$D/build_server.sh" "$DEST_DIR" "$BUILD_NUMBER" -z "$INTERNAL_BUILD"
build_adt.sh 5 # $3 = build_number
12 echo "Usage: $0 <out_dir> <dest_dir> <build_number>" > /dev/stderr
44 ( set -x ; BUILD_NUMBER="$BNUM" ./tools/gradlew -i -b sdk/eclipse/build.gradle --no-daemon buildEclipse)
  /build/tools/
buildinfo.sh 8 echo "ro.build.version.incremental=$BUILD_NUMBER"
  /system/extras/brillo_config/
Android.mk 60 # Append BUILD_NUMBER if it is a number or a build timestamp otherwise.
63 # If you don' want this to change at every build, you can define BUILD_NUMBER in
67 ifeq ($(shell echo $(BUILD_NUMBER) | grep -E '[^0-9]'),)
68 echo $(BRILLO_PRODUCT_VERSION).$(BUILD_NUMBER) > $@
  /frameworks/multidex/instrumentation/
Android.mk 24 ifneq "" "$(filter eng.%,$(BUILD_NUMBER))"
27 ASMDI_VERSION_NAME_TAG := $(BUILD_NUMBER)
  /frameworks/multidex/library/
Android.mk 22 ifneq "" "$(filter eng.%,$(BUILD_NUMBER))"
25 ASMD_VERSION_NAME_TAG := $(BUILD_NUMBER)
  /build/core/
version_defaults.mk 26 # BUILD_NUMBER
149 ifeq "" "$(BUILD_NUMBER)"
150 # BUILD_NUMBER should be set to the source control value that
156 # If no BUILD_NUMBER is set, create a useful "I am an engineering build
159 BUILD_NUMBER := eng.$(shell echo $${USER:0:6}).$(shell $(DATE) +%Y%m%d.%H%M%S)
Makefile 8 ifneq "" "$(filter eng.%,$(BUILD_NUMBER))"
9 # BUILD_NUMBER has a timestamp in it, which means that
13 FILE_NAME_TAG := $(BUILD_NUMBER)
136 ifneq ($(filter eng.%,$(BUILD_NUMBER)),)
137 # Trim down BUILD_FINGERPRINT: the default BUILD_NUMBER makes it easily exceed
141 BF_BUILD_NUMBER := $(BUILD_NUMBER)
155 BUILD_THUMBPRINT := $(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
229 BUILD_NUMBER="$(BUILD_NUMBER_FROM_FILE)" \
    [all...]
main.mk 124 echo -n $(BUILD_NUMBER) > $(OUT_DIR)/build_number.txt && \
126 BUILD_NUMBER_FROM_FILE := $$(cat $(OUT_DIR)/build_number.txt)
    [all...]
  /packages/apps/TV/
version.mk 61 ifneq "" "$(filter eng.%,$(BUILD_NUMBER))"
94 # On eng builds, the BUILD_NUMBER has the user and timestamp inline
95 ifneq "" "$(filter eng.%,$(BUILD_NUMBER))"
100 version_name_package := $(base_version_major).$(base_version_minor).$(code_version_build) ($(BUILD_NUMBER)-$(base_version_arch)$(base_version_density))
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelperTest.java 30 private static final String BUILD_NUMBER = "2";
75 assertEquals("Incorrect suite build number", BUILD_NUMBER, mHelper.getSuiteBuild());
  /packages/apps/Messaging/
version.mk 58 ifneq "" "$(filter eng.%,$(BUILD_NUMBER))"
107 # On eng builds, the BUILD_NUMBER has the user and timestamp inline
109 ifneq "" "$(filter eng.%,$(BUILD_NUMBER))"
114 version_name_package := $(base_version_major).$(base_version_minor).$(base_version_build) ($(BUILD_NUMBER)-$(base_version_arch)$(base_version_density))
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildProvider.java 54 String version = SuiteInfo.BUILD_NUMBER;
CompatibilityBuildHelper.java 75 mBuildInfo.addBuildAttribute(SUITE_BUILD, SuiteInfo.BUILD_NUMBER);
  /cts/build/
compatibility_test_suite.mk 32 $(hide) echo " public static final String BUILD_NUMBER = \"$(PRIVATE_SUITE_BUILD_NUMBER)\";" >> $@
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ResultReporterTest.java 42 private static final String BUILD_NUMBER = "2";
86 mBuildInfo = new BuildInfo(BUILD_NUMBER, "", "");
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 77 SuiteInfo.BUILD_NUMBER));
139 SuiteInfo.VERSION, SuiteInfo.BUILD_NUMBER));
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 

Completed in 459 milliseconds

1 2