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

  /build/make/core/
static_java_library.mk 152 renderscript_target_api := macro
154 renderscript_target_api := $(LOCAL_RENDERSCRIPT_TARGET_API) macro
159 renderscript_target_api := $(LOCAL_SDK_VERSION) macro
163 ifneq (,$(renderscript_target_api))
164 ifneq ($(call math_gt_or_eq,$(renderscript_target_api),21),true)
167 endif # renderscript_target_api < 21
168 endif # renderscript_target_api is set
package_internal.mk 383 renderscript_target_api := macro
385 renderscript_target_api := $(LOCAL_RENDERSCRIPT_TARGET_API) macro
390 renderscript_target_api := $(LOCAL_SDK_VERSION) macro
394 ifneq (,$(renderscript_target_api))
395 ifneq ($(call math_gt_or_eq,$(renderscript_target_api),21),true)
398 endif # renderscript_target_api < 21
399 endif # renderscript_target_api is set
java.mk 175 renderscript_target_api := macro
178 renderscript_target_api := $(LOCAL_RENDERSCRIPT_TARGET_API) macro
183 renderscript_target_api := $(LOCAL_SDK_VERSION) macro
191 ifneq ($(filter $(RSCOMPAT_32BIT_ONLY_API_LEVELS),$(renderscript_target_api)),)
192 renderscript_target_api := 21 macro
234 $(RenderScript_file_stamp): PRIVATE_RS_TARGET_API := $(renderscript_target_api)
245 ifeq ($(filter $(RSCOMPAT_32BIT_ONLY_API_LEVELS),$(renderscript_target_api)),)
280 ifeq ($(filter $(RSCOMPAT_NO_USAGEIO_API_LEVELS),$(renderscript_target_api)),)
    [all...]
binary.mk 814 renderscript_target_api := macro
817 renderscript_target_api := $(LOCAL_RENDERSCRIPT_TARGET_API) macro
822 renderscript_target_api := $(LOCAL_SDK_VERSION) macro
    [all...]

Completed in 453 milliseconds