I want to include Tensorflow-Lite and Tensorflow_lite-api AAR files to my Android.bp ?
I want to add Tensorflow-lite-api-2.9.0.aar file to Android.bp file, so I did some research and found one solution like this?
android_library_import {
name: "tensorflow-lite",
aars: ["libs/tensorflowlite.aar"],
}
I have added like this and built it, but its not generating .jar files in Out directory (out/target/product/msm8953_64/obj/JAVA_LIBRARIES)
can anyone help on this?
Note: we are using mmm command for build the code