summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-05-11 18:07:32 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-05-13 13:26:55 +0800
commit29fa4ecaf717810f160d35d9a601a37b0de5438a (patch)
treec268599da3da486246ebeb3baaad1a0c075afb06
parent122f825eb14ad2966dc911df485af06020855d10 (diff)
manifest: Prepare for beta2 release
Change-Id: If2cd0be08aef619a644f1976097223ff5dac048b
-rw-r--r--README.mkdn2
-rw-r--r--snippets/ice.xml2
-rw-r--r--snippets/obsolete.xml2
3 files changed, 5 insertions, 1 deletions
diff --git a/README.mkdn b/README.mkdn
index 5bef3c2..6cfb69b 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -7,7 +7,7 @@ Getting started
To initialize, run the following commands:
```
-repo init -u https://git.project-ice.org/Project-1CE/manifest -b sugisawa
+repo init -u https://git.project-ice.org/Project-1CE/manifest -b sugisawa-mr1
repo sync -c -j$(nproc --all) --force-sync --fail-fast --no-clone-bundle --no-tags
```
diff --git a/snippets/ice.xml b/snippets/ice.xml
index 98c278e..d2fa25d 100644
--- a/snippets/ice.xml
+++ b/snippets/ice.xml
@@ -29,8 +29,10 @@
<project revision="sugisawa" path="device/qcom/vendor-common" name="Project-1CE/device_qcom_vendor-common" />
<project path="external/fastrpc" name="Project-1CE/external_fastrpc" />
<project path="external/google-fonts/cutive-mono" name="Project-1CE/external_google-fonts_cutive-mono" />
+ <project path="external/jemalloc_new" name="Project-1CE/external_jemalloc_new" />
<project path="external/noto-fonts" name="Project-1CE/external_noto-fonts" />
<project path="external/roboto-fonts" name="Project-1CE/external_roboto-fonts" />
+ <project path="external/zlib-ng" name="Project-1CE/external_zlib-ng" />
<project path="frameworks/base" name="Project-1CE/frameworks_base" />
<project path="frameworks/native" name="Project-1CE/frameworks_native" />
<project path="hardware/libhardware" name="Project-1CE/hardware_libhardware" />
diff --git a/snippets/obsolete.xml b/snippets/obsolete.xml
index 7807aae..898913d 100644
--- a/snippets/obsolete.xml
+++ b/snippets/obsolete.xml
@@ -45,8 +45,10 @@
<remove-project name="platform/external/chromium-webview" />
<remove-project name="platform/external/fastrpc" />
<remove-project name="platform/external/google-fonts/cutive-mono" />
+ <remove-project name="platform/external/jemalloc_new" />
<remove-project name="platform/external/noto-fonts" />
<remove-project name="platform/external/roboto-fonts" />
+ <remove-project name="platform/external/zlib" />
<remove-project name="platform/frameworks/base" />
<remove-project name="platform/frameworks/native" />
<remove-project name="platform/hardware/libhardware" />