commit | f4783cc56d99f2cec9cbf63fa774872d5f860c54 | [log] [tgz] |
---|---|---|
author | Herobuxx <herobuxx@gmail.com> | Mon Apr 13 17:40:45 2020 +0700 |
committer | Herobuxx <herobuxx@gmail.com> | Mon Apr 13 17:40:45 2020 +0700 |
tree | c518d042a96b571feb35726c9dfc3b0ea873eab0 | |
parent | bad14bd2344bba4af04f6029176c33378863e187 [diff] |
This is AospLime! Signed-off-by: Herobuxx <herobuxx@gmail.com>
AospLime is a custom ROM with additional features and UI/UX improvement to give user good experience when using it.
Before get started to compile AospLime for your own device, you need to complete some requirements as explained bellow:
- AMD64{64bit} based Linux system. - 250GiB Free disk space(Recommended to use SSD). - Quad-core processor. - 16GiB RAM(Swap also can help). - Fast and helpful internet connection.
We have completed the requirements. Now, let's start to prepare compilation environtment. Cause all people isn't use same Linux distribution. So, let's make more simple with @akhilnarang 's script.
git clone https://github.com/akhilnarang/scripts cd scripts . setup/*sh
Now, let's download AospLime Source
mkdir -p ~/lime cd /lime
If you want to download full AospLime Source, type: repo init --depth=1 -u https://github.com/AospLime/manifest.git -b ten But, if you want to do shallow download, type: repo init -u https://github.com/AospLime/manifest.git -b ten NOTES: Shallow download will not include full commits history.
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
After syncing source completed, let's start downloading your target device source code. If your device need some extra configurtaion, you should apply the configuration before start.
Now, let's start compilation
. build/envsetup.sh
lunch aosp_DEVICE_NAME-userdebug
mka bacon -j$(nproc --all)