I am working for a device manufacturer, which would like to support CameraX Vendor Extensions.
I try to apply our code by push our "androidx.camera.extensions.impl.jar", but I can not saw our logs.
Only "04-21 16:29:55.213 7052 7052 D ExtenderVersion: No versioning extender found. Falling back to default." log printed.
I thinks that means failed to link our jar.
My questions:
Q1)Can I use aar file instead of jar file(androidx.camera.extensions.impl.jar)?
In google code, build result was aar files.
Q2)How can I apply our extensions jar? I try to below steps but it seems like not work.
1)Clone google git
2)Full build
3)push our jar to device (system/framework/androidx.camera.extensions.impl.jar)
4)make xml file to link that jar
5)Run test apk