Skip to content

AICP/vendor_aicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adithya2306raphielscape
and
Jan 5, 2025
61b27bb · Jan 5, 2025
Jun 2, 2021
Jan 3, 2022
Aug 11, 2024
Sep 7, 2019
Apr 14, 2024
Sep 1, 2022
Oct 3, 2021
May 9, 2022
Oct 19, 2023
Jan 5, 2025
Dec 13, 2020
Jan 28, 2023
Feb 22, 2020
Sep 7, 2019
Dec 5, 2022

Repository files navigation

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

Repository initialization:

$ repo init -u https://github.com/AICP/platform_manifest.git -b t13.0

Repository syncing:

$ repo sync

Building

After the sync is finished, please read the instructions from the Android site on how to build.

. build/envsetup.sh
brunch

You can also build (and see how long it took) for specific devices like this:

. build/envsetup.sh
time brunch taimen

Remember to make clobber every now and then!