Skip to content

Commit

Permalink
LatinIME: Remove Android.mk usage
Browse files Browse the repository at this point in the history
Rename the jni makefile that's used for gradle builds and remove
the empty makefile that was used as a guard.

Change-Id: Ibcd1b29f1297d3f4b2b01682a100eba8d68a53b8
  • Loading branch information
mikeNG committed Oct 18, 2024
1 parent fb6334e commit 6571989
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file removed Android.mk
Empty file.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {

externalNativeBuild {
ndkBuild {
path 'native/jni/Android.mk'
path 'native/jni/AndroidNdk.mk'
}
}
androidResources {
Expand Down
File renamed without changes.

0 comments on commit 6571989

Please sign in to comment.