Skip to content
Snippets Groups Projects
Commit beacc756 authored by Michael Bestas's avatar Michael Bestas Committed by Dhina17
Browse files

LatinIME: Remove Android.mk usage

Rename the jni makefile that's used for gradle builds and remove
the empty makefile that was used as a guard.

Change-Id: Ibcd1b29f1297d3f4b2b01682a100eba8d68a53b8
parent 270b841b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ android {
externalNativeBuild {
ndkBuild {
path 'native/jni/Android.mk'
path 'native/jni/AndroidNdk.mk'
}
}
androidResources {
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment