Replace shared libtflite dependency with static library.
This allows us to only include the ops required to run the model and have the linker strip the rest out, reducing memory overhead. Bug: 267050081 Test: atest libinput_tests Change-Id: I4055a0c8971ed4308ccfa425ab5e5ba560deb58c
Showing
- include/input/TfLiteMotionPredictor.h 2 additions, 0 deletionsinclude/input/TfLiteMotionPredictor.h
- libs/input/Android.bp 5 additions, 1 deletionlibs/input/Android.bp
- libs/input/TfLiteMotionPredictor.cpp 16 additions, 3 deletionslibs/input/TfLiteMotionPredictor.cpp
- libs/input/tests/Android.bp 1 addition, 1 deletionlibs/input/tests/Android.bp
Loading
Please register or sign in to comment