# manifest **Repository Path**: ljblqtechcom/manifest ## Basic Information - **Project Name**: manifest - **Description**: redroid-11.0.0 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-28 - **Last Updated**: 2023-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 说明: 1>. 使用清华源的 AOSP 编译 redroid-11.0.0 $ export REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo' $ repo init -u http://192.168.31.17:8848/redroid-11/manifests.git -b master $repo sync -j 8 2>. 手动拷贝 webview cp -a /data/redroid_git_mirror/chromium-webview 源码/external/ 3>. 编译源码 $. build/envsetup.sh $lunch redroid_arm64-userdebug $make -j 16