Skip to content

Commit

Permalink
sample-nativepio: remove deprecated edison support
Browse files Browse the repository at this point in the history
Bug: 73500641
Change-Id: Icc259fcabdd0e9d4f5a30354d391e33243d18edd
  • Loading branch information
proppy committed Feb 15, 2018
1 parent 61244db commit f1c761f
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 @@ -27,7 +27,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 @@ -27,7 +27,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 @@ -27,7 +27,7 @@ android {
versionCode 1
versionName "1.0"
ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a'
}
externalNativeBuild {
cmake {
Expand Down

0 comments on commit f1c761f

Please sign in to comment.