I created an application with Room,Lifecycle,Paging libraries in android studio,its working well. Then I tried to build the same application in AOSP,But I can't include Room,Lifecycle,Paging libraries.
I found all these libraries in frameworks/support/ . But i don't have any idea about how to add these libraries.
Any clues on how to do it?