Searched refs:current (Results 1 – 25 of 52) sorted by relevance
123
/build/make/tools/releasetools/testdata/ |
D | apexkeys_vendor.txt | 4 …current.on_vendor.apex" public_key="packages/modules/vndk/apex/com.android.vndk.current.pubkey" pr…
|
D | apexkeys_merge.txt | 4 …current.on_vendor.apex" public_key="packages/modules/vndk/apex/com.android.vndk.current.pubkey" pr…
|
D | apexkeys_framework.txt | 4 name="com.android.vndk.current.on_vendor.apex" public_key="not_selected" private_key="not_selected"…
|
/build/make/core/ |
D | force_aapt2.mk | 26 prebuilts/sdk/current/% \ 43 ifneq (,$(filter-out current system_current test_current core_current,$(LOCAL_SDK_VERSION))) 44 LOCAL_SDK_RES_VERSION := current
|
D | java_renderscript.mk | 28 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))
|
D | project_definitions.mk | 24 -include prebuilts/sdk/current/definitions.mk
|
D | pack_dyn_relocs_setup.mk | 38 ifneq ($(LOCAL_SDK_VERSION),current)
|
D | static_java_library.mk | 114 …q ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_A… 164 ifneq (,$(filter-out current,$(renderscript_target_api)))
|
D | java.mk | 10 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,
|
D | generate_enforce_rro.mk | 56 LOCAL_SDK_VERSION := current
|
D | java_prebuilt_internal.mk | 176 ifneq ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUIL…
|
D | java_common.mk | 286 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/ |
D | jquery-history.js | 32 var current = $.history.getCurrent(); 33 $.event.trigger('history', [current, previousNav]); 34 previousNav = current;
|
/build/soong/scripts/ |
D | gen-java-current-api-files.sh | 28 apis=(current removed)
|
/build/make/tools/ |
D | fat16copy.py | 642 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/ |
D | BoardConfigMainlineCommon.mk | 22 BOARD_VNDK_VERSION := current
|
/build/make/core/tasks/ |
D | vendor_snapshot.mk | 18 ifeq ($(BOARD_VNDK_VERSION),current)
|
D | vndk.mk | 18 ifeq ($(BOARD_VNDK_VERSION),current)
|
/build/make/target/product/gsi/ |
D | Android.mk | 17 LATEST_VNDK_LIB_LIST := $(LOCAL_PATH)/current.txt 163 com.android.vndk.current 169 ifneq ($(BOARD_VNDK_VERSION),current)
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 729 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/ |
D | sdk_test.go | 269 checkAllOtherCopyRules(`.intermediates/mysdk/common_os/mysdk-current.zip -> mysdk-current.zip`),
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 53 <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/ |
D | build_progress.proto | 32 // Total number of current actions being executed during a course of a
|
/build/make/tools/releasetools/ |
D | common.py | 2206 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/ |
D | README | 26 - The Darwin linker insists that ranlib be current. If you copy the
|
123