Remove unnecessary DeviceUsesClang.
This build function is unnecessary now that GCC is completely unsupported for Android platform builds. It is similar to USE_CLANG_PLATFORM_BUILD from the build/make side of things. Bug: http://b/64032869 Test: Builds Change-Id: Iddf5f91cc997c337c77a644265cb8dc4e5a915b4
This commit is contained in:
@@ -55,7 +55,6 @@ cat > ${SOONG_OUT}/soong.variables << EOF
|
||||
"DeviceAbi": [
|
||||
"arm64-v8a"
|
||||
],
|
||||
"DeviceUsesClang": true,
|
||||
"DeviceSecondaryArch": "arm",
|
||||
"DeviceSecondaryArchVariant": "armv7-a-neon",
|
||||
"DeviceSecondaryCpuVariant": "denver",
|
||||
|
Reference in New Issue
Block a user