- This project can compiled with Android Studio, contain 2 submodules:
- Android Latest AOSP Camera2, site: https://github.com/baby518/Camera2_aosp_app;
- framework/ex/camera2, site: https://github.com/baby518/android_frameworks_ex;
- Use
git submodule update --init --recursive
to update all submodules before your work.
Support 2 product flavors: AOSP_ORIG and PLUS.
- AOSP_ORIG build aosp source code;
- PLUS base on aosp source code and fix some bugs, and add some new features.