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 21, 2024
1 parent 81f3b2e commit 18c61e0
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 18c61e0

Please sign in to comment.