Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 52) sorted by relevance

123

/build/make/tools/releasetools/testdata/
Dapexkeys_vendor.txt4current.on_vendor.apex" public_key="packages/modules/vndk/apex/com.android.vndk.current.pubkey" pr…
Dapexkeys_merge.txt4current.on_vendor.apex" public_key="packages/modules/vndk/apex/com.android.vndk.current.pubkey" pr…
Dapexkeys_framework.txt4 name="com.android.vndk.current.on_vendor.apex" public_key="not_selected" private_key="not_selected"…
/build/make/core/
Dforce_aapt2.mk26 prebuilts/sdk/current/% \
43 ifneq (,$(filter-out current system_current test_current core_current,$(LOCAL_SDK_VERSION)))
44 LOCAL_SDK_RES_VERSION := current
Djava_renderscript.mk28 ifneq (,$(filter-out current system_current test_current core_current, $(LOCAL_SDK_VERSION)))
53 ifneq ($(filter-out current system_current test_current core_current,$(LOCAL_SDK_VERSION))$(if $(TA…
78 $(rs_generated_src_jar): PRIVATE_RS_TARGET_API := $(patsubst current,0,$(renderscript_target_api))
Dproject_definitions.mk24 -include prebuilts/sdk/current/definitions.mk
Dpack_dyn_relocs_setup.mk38 ifneq ($(LOCAL_SDK_VERSION),current)
Dstatic_java_library.mk114 …q ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_A…
164 ifneq (,$(filter-out current,$(renderscript_target_api)))
Djava.mk10 ifeq ($(filter-out current,$(LOCAL_SDK_VERSION)),)
109 ifneq ($(filter current system_current test_current core_current, $(LOCAL_SDK_VERSION)$(TARGET_BUIL…
394 # For platform build, we can't just raise to the "current" SDK,
Dgenerate_enforce_rro.mk56 LOCAL_SDK_VERSION := current
Djava_prebuilt_internal.mk176 ifneq ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUIL…
Djava_common.mk286 ifneq (,$(TARGET_BUILD_APPS_USE_PREBUILT_SDK)$(filter-out %current,$(LOCAL_SDK_VERSION)))
293 ifeq (current,$(LOCAL_SDK_VERSION))
303 sdk_module := core.current.stubs
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-history.js32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
34 previousNav = current;
/build/soong/scripts/
Dgen-java-current-api-files.sh28 apis=(current removed)
/build/make/tools/
Dfat16copy.py642 current = None
650 if data == 0 and current is not None:
653 current = pos
655 elif current is not None:
656 free_zones[current] = current_size
657 current = None
661 if current is not None:
662 free_zones[current] = current_size
/build/make/target/board/
DBoardConfigMainlineCommon.mk22 BOARD_VNDK_VERSION := current
/build/make/core/tasks/
Dvendor_snapshot.mk18 ifeq ($(BOARD_VNDK_VERSION),current)
Dvndk.mk18 ifeq ($(BOARD_VNDK_VERSION),current)
/build/make/target/product/gsi/
DAndroid.mk17 LATEST_VNDK_LIB_LIST := $(LOCAL_PATH)/current.txt
163 com.android.vndk.current
169 ifneq ($(BOARD_VNDK_VERSION),current)
/build/soong/java/
Ddexpreopt_bootjars.go729 for _, current := range append(d.otherImages, image) {
730 imageNames = append(imageNames, current.name)
731 for _, variant := range current.variants {
743 imageLocations := current.getAnyAndroidVariant().imageLocations()
744 ctx.Strict("DEXPREOPT_IMAGE_LOCATIONS_"+current.name, strings.Join(imageLocations, ":"))
745 ctx.Strict("DEXPREOPT_IMAGE_ZIP_"+current.name, current.zip.String())
/build/soong/sdk/
Dsdk_test.go269 checkAllOtherCopyRules(`.intermediates/mysdk/common_os/mysdk-current.zip -> mysdk-current.zip`),
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs53 <p><strong>This is NOT the current Android SDK release.</strong></p>
54 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
/build/soong/ui/status/build_progress_proto/
Dbuild_progress.proto32 // Total number of current actions being executed during a course of a
/build/make/tools/releasetools/
Dcommon.py2206 current = self.ReadFile()
2212 if i not in current or not current[i]:
2216 return current
2219 current[i] = ""
2230 current = self.UpdateAndReadFile(current)
2232 def PromptResult(self, current): # pylint: disable=no-self-use argument
2238 for k, v in sorted(current.items()):
2249 def UpdateAndReadFile(self, current): argument
2251 return self.PromptResult(current)
2259 sorted_list = sorted([(not v, k, v) for (k, v) in current.items()])
/build/make/tools/acp/
DREADME26 - The Darwin linker insists that ranlib be current. If you copy the

123