-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create dummy MIPS[64] platforms dirs for Gradle compat
platforms/android-14/arch-mips platforms/android-21/arch-mips64 Without these directories, the Gradle plugin tends to print an error like this whenever it tries to build for MIPS (whether MIPS was specified explicitly or by default): > Expected caller to ensure valid ABI: MIPS[64] With the directories, Gradle plugin 3.x instead prints a more helpful message: > ABIs [mips, mips64] are not supported for platform. Supported ABIs are > [arm64-v8a, armeabi-v7a, x86, x86_64]. Bug: b/73499944 Test: manual Change-Id: I6ac1b0cab02c5ca811acc6b54c91ef70a4a5d530
- Loading branch information
Showing
1 changed file
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters