build-ndk-prebuilts: Remove unused device config
These are all overwritten by setting Ndk_abis. Bug: 73545680 Test: build/soong/scripts/build-ndk-prebuilts.sh Change-Id: I1c922f5cd1611ed055653d449709fec69dca410b
This commit is contained in:
parent
96ef45a3dd
commit
7481487d24
1 changed files with 0 additions and 12 deletions
|
@ -44,18 +44,6 @@ cat > ${SOONG_OUT}/soong.variables << EOF
|
|||
"Platform_version_active_codenames": ${PLATFORM_VERSION_ALL_CODENAMES},
|
||||
|
||||
"DeviceName": "generic_arm64",
|
||||
"DeviceArch": "arm64",
|
||||
"DeviceArchVariant": "armv8-a",
|
||||
"DeviceCpuVariant": "denver64",
|
||||
"DeviceAbi": [
|
||||
"arm64-v8a"
|
||||
],
|
||||
"DeviceSecondaryArch": "arm",
|
||||
"DeviceSecondaryArchVariant": "armv7-a-neon",
|
||||
"DeviceSecondaryCpuVariant": "denver",
|
||||
"DeviceSecondaryAbi": [
|
||||
"armeabi-v7a"
|
||||
],
|
||||
"HostArch": "x86_64",
|
||||
"Malloc_not_svelte": false,
|
||||
"Safestack": false,
|
||||
|
|
Loading…
Reference in a new issue