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

1 2

  /device/google/atv/sdk/
atv_sdk.atree 17 # Override source.properties in development/build/sdk-android-${TARGET_CPU_ABI}.atree
18 ${HOST_OUT}/device/google/atv/sdk/images_${TARGET_CPU_ABI}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
19 device/google/atv/sdk/images_${TARGET_CPU_ABI}_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/hardware.ini
22 device/google/atv/sdk/devices.xml system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/devices.xml
Android.mk 4 $(HOST_OUT)/device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.properties
8 $(source_properties_file): $(TOPDIR)device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.prop_template
  /development/build/
sdk-android-arm64-v8a.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_arm64-v8a_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-armeabi.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-mips.atree 18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
21 development/sys-img-${TARGET_CPU_ABI}/images_mips_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-mips64.atree 18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
21 development/sys-img-${TARGET_CPU_ABI}/images_mips64_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-x86.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-x86_64.atree 17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-armeabi-v7a.atree 18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu-armv7 system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi-v7a_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
24 development/sys-img/images_armeabi-v7a_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/hardware.ini
Android.mk 16 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties, \
26 # - ${TARGET_CPU_ABI} e.g. "armeabi", "x86", "mips" and their 64-bit variants.
27 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties : $(TOPDIR)development/sys-img/%_source.prop_template
35 -e 's/$${TARGET_CPU_ABI}/$(TARGET_CPU_ABI)/' \
  /build/target/board/generic_armv5/
BoardConfig.mk 20 TARGET_CPU_ABI := armeabi
  /build/tools/
buildinfo.sh 33 echo "ro.product.cpu.abi=$TARGET_CPU_ABI"
  /device/htc/flounder/flounder32/
BoardConfig.mk 3 TARGET_CPU_ABI := armeabi-v7a
  /build/target/board/generic_mips/
BoardConfig.mk 29 TARGET_CPU_ABI := mips
  /device/generic/mips/
BoardConfig.mk 11 TARGET_CPU_ABI := mips
  /device/generic/x86/
BoardConfig.mk 10 TARGET_CPU_ABI := x86
  /ndk/tests/abcc/
Android.mk 10 LOCAL_ASSET_DIR := $(realpath $(LOCAL_PATH))/prebuilts/assets/$(TARGET_CPU_ABI)
  /build/core/tasks/
sdk-addon.mk 66 $(addon_dir_img):$(BUILT_SYSTEMIMAGE):images/$(TARGET_CPU_ABI)/system.img \
67 $(addon_dir_img):$(BUILT_USERDATAIMAGE_TARGET):images/$(TARGET_CPU_ABI)/userdata.img \
68 $(addon_dir_img):$(BUILT_RAMDISK_TARGET):images/$(TARGET_CPU_ABI)/ramdisk.img \
69 $(addon_dir_img):$(PRODUCT_OUT)/system/build.prop:images/$(TARGET_CPU_ABI)/build.prop \
70 $(addon_dir_img):$(target_notice_file_txt):images/$(TARGET_CPU_ABI)/NOTICE.txt \
83 addon_img_source_prop := $(call append-path,$(staging),$(addon_dir_img))/images/$(TARGET_CPU_ABI)/source.properties
94 -e 's/$${TARGET_CPU_ABI}/$(TARGET_CPU_ABI)/' \
116 $(full_target_img): PRIVATE_STAGING_DIR := $(call append-path,$(staging),$(addon_dir_img))/images/$(TARGET_CPU_ABI)
  /build/target/board/generic_mips64/
BoardConfig.mk 29 TARGET_CPU_ABI := mips64
  /device/generic/armv7-a-neon/
BoardConfig.mk 13 TARGET_CPU_ABI := armeabi-v7a
  /device/generic/arm64/
BoardConfig.mk 13 TARGET_CPU_ABI := arm64-v8a
  /device/generic/x86_64/
BoardConfig.mk 9 TARGET_CPU_ABI := x86_64
  /build/target/board/generic_x86/
BoardConfig.mk 9 TARGET_CPU_ABI := x86
  /build/target/board/generic_x86_64/
BoardConfig.mk 9 TARGET_CPU_ABI := x86_64
  /device/common/
populate-new-device.sh 144 TARGET_CPU_ABI := armeabi-v7a

Completed in 348 milliseconds

1 2