Home
last modified time | relevance | path

Searched refs:CPU_ABI (Results 1 – 3 of 3) sorted by relevance

/build/core/
Dinstall_jni_libs_internal.mk35 …ROOT)/current/sources/cxx-stl/stlport/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libstlport_share…
38 …T)/current/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libc++_shared.so
45 my_jni_shared_libraries_abi := $(TARGET_$(my_2nd_arch_prefix)CPU_ABI)
Dbinary.mk52 …k_source_root)/cxx-stl/stlport/libs/$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)CPU_ABI)/libstlport_stati…
54 …k_source_root)/cxx-stl/stlport/libs/$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)CPU_ABI)/libstlport_share…
63 …source_root)/cxx-stl/llvm-libc++/libs/$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)CPU_ABI)/libc++_static.a
65 …ource_root)/cxx-stl/llvm-libc++/libs/$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)CPU_ABI)/libc++_shared.so
71 …RCH_VAR_PREFIX)TARGET_NDK_GCC_VERSION)/libs/$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)CPU_ABI)/include \
73 …PREFIX)TARGET_NDK_GCC_VERSION)/libs/$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)CPU_ABI)/libgnustl_static…
/build/
Denvsetup.sh1132 local CPU_ABI=`adb shell getprop ro.product.cpu.abilist | sed s/.$//`
1134 if [[ $CPU_ABI =~ (^|,)arm64 ]]; then
1137 elif [[ $CPU_ABI =~ (^|,)arm ]]; then
1139 elif [[ $CPU_ABI =~ (^|,)x86_64 ]]; then
1141 elif [[ $CPU_ABI =~ (^|,)x86 ]]; then
1143 elif [[ $CPU_ABI =~ (^|,)mips64 ]]; then
1146 elif [[ $CPU_ABI =~ (^|,)mips ]]; then
1149 echo "Error: unrecognized cpu.abilist: $CPU_ABI"