HomeSort by relevance Sort by last modified time
    Searched refs:renderscript_target_api (Results 1 - 4 of 4) sorted by null

  /build/make/core/
java_renderscript.mk 21 renderscript_target_api := macro
24 renderscript_target_api := $(LOCAL_RENDERSCRIPT_TARGET_API) macro
29 renderscript_target_api := $(call get-numeric-sdk-version,$(LOCAL_SDK_VERSION)) macro
37 ifneq ($(filter $(RSCOMPAT_32BIT_ONLY_API_LEVELS),$(renderscript_target_api)),)
38 renderscript_target_api := 21 macro
78 $(rs_generated_src_jar): PRIVATE_RS_TARGET_API := $(patsubst current,0,$(renderscript_target_api))
91 ifeq ($(filter $(RSCOMPAT_32BIT_ONLY_API_LEVELS),$(renderscript_target_api)),)
126 ifeq ($(filter $(RSCOMPAT_NO_USAGEIO_API_LEVELS),$(renderscript_target_api)),)
static_java_library.mk 184 ifneq (,$(filter-out current,$(renderscript_target_api)))
185 ifneq ($(call math_gt_or_eq,$(renderscript_target_api),21),true)
187 endif # renderscript_target_api < 21
188 endif # renderscript_target_api is set
package_internal.mk 376 ifneq (,$(filter-out current,$(renderscript_target_api)))
377 ifneq ($(call math_gt_or_eq,$(renderscript_target_api),21),true)
379 endif # renderscript_target_api < 21
380 endif # renderscript_target_api is set
binary.mk 572 renderscript_target_api := macro
575 renderscript_target_api := $(LOCAL_RENDERSCRIPT_TARGET_API) macro
580 renderscript_target_api := $(call get-numeric-sdk-version,$(LOCAL_SDK_VERSION)) macro
614 $(RenderScript_file_stamp): PRIVATE_RS_TARGET_API := $(patsubst current,0,$(renderscript_target_api))
    [all...]

Completed in 6513 milliseconds