Skip to content

Commit

Permalink
Merge "sample-nativepio: remove deprecated edison support"
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy authored and Gerrit Code Review committed Apr 10, 2018
2 parents aea05e2 + f1c761f commit a20d2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
versionCode 1
versionName "1.0"
ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a'
}
externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion button/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
versionCode 1
versionName "1.0"
ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a'
}
externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion speaker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
versionCode 1
versionName "1.0"
ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a'
}
externalNativeBuild {
cmake {
Expand Down

0 comments on commit a20d2de

Please sign in to comment.