From 818e42c21628f30c6417be66a9d7af296f259b7f Mon Sep 17 00:00:00 2001 From: j7b3y Date: Fri, 20 Sep 2024 03:21:20 +0900 Subject: [PATCH] ceatet manifest --- README.md | 5 +++++ cupid.xml | 19 +++++++++++++++++++ remote.xml | 4 ++++ 3 files changed, 28 insertions(+) create mode 100644 README.md create mode 100644 cupid.xml create mode 100644 remote.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7b9b38 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +```bash +repo init -u https://github.com/crdroidandroid/android.git -b 14.0 --git-lfs +git clone https://github.com/j7b3y/blaze_manifests .repo/local_manifests -b cr10 +repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune +``` diff --git a/cupid.xml b/cupid.xml new file mode 100644 index 0000000..d2dc3c9 --- /dev/null +++ b/cupid.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/remote.xml b/remote.xml new file mode 100644 index 0000000..0facfc2 --- /dev/null +++ b/remote.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file