Hello Folks,
I need to use DLIB in AOSP to compile my native code, Can i use directly for my project by just adding dlib in /externel/ directory of AOSP. I already did that and run ./envsetup also. Now, When i try to run python build.py, i am getting error as no such file or direcotry.
I saw people are building dlib in Android studio, but i want to do directly in AOSP.
Any help would help me.