aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/scripts/clone_aosp_libs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shim/sl/scripts/clone_aosp_libs.sh')
-rwxr-xr-xshim/sl/scripts/clone_aosp_libs.sh39
1 files changed, 31 insertions, 8 deletions
diff --git a/shim/sl/scripts/clone_aosp_libs.sh b/shim/sl/scripts/clone_aosp_libs.sh
index a33e341f9f..3a8615a19a 100755
--- a/shim/sl/scripts/clone_aosp_libs.sh
+++ b/shim/sl/scripts/clone_aosp_libs.sh
@@ -3,40 +3,63 @@
SCRIPT_PATH=$(dirname "$0")
AOSP_DIR="${SCRIPT_PATH}/../aosp/"
-# NNAPI SUPPORT
+# NNAPI SUPPORT (SHA's for each repo taken from master branch 25/03/22)
git clone https://android.googlesource.com/platform/packages/modules/NeuralNetworks/ "${AOSP_DIR}/packages/modules/NeuralNetworks"
pushd "${AOSP_DIR}/packages/modules/NeuralNetworks"
-git checkout remotes/origin/android12-s1-release
+git checkout 9c2360318a35756addcd5d321a85f9270e0a04da
popd
git clone https://android.googlesource.com/platform/system/core "${AOSP_DIR}/system/core/"
pushd "${AOSP_DIR}/system/core/"
-git checkout remotes/origin/android12-s1-release
+git checkout c408ee943a1d9c486e4fac10bee7f76a61c75bab
popd
git clone https://android.googlesource.com/platform/system/libbase "${AOSP_DIR}/system/libbase"
pushd "${AOSP_DIR}/system/libbase"
-git checkout remotes/origin/android12-s1-release
+git checkout 2d235ac982044ea4985c39a834e2d85c6a8bca8f
popd
git clone https://android.googlesource.com/platform/system/libfmq "${AOSP_DIR}/system/libfmq"
pushd "${AOSP_DIR}/system/libfmq"
-git checkout remotes/origin/android12-s1-release
+git checkout 331b20e54ddde93785d7688ebb0cdc1cbcf9fd9b
popd
git clone https://android.googlesource.com/platform/frameworks/native "${AOSP_DIR}/frameworks/native"
pushd "${AOSP_DIR}/frameworks/native"
-git checkout remotes/origin/android12-s1-release
+git checkout fea6523ac18c9d4d40db04c996e833f60ff88489
popd
git clone https://android.googlesource.com/platform/system/logging "${AOSP_DIR}/system/logging"
pushd "${AOSP_DIR}/system/logging"
-git checkout remotes/origin/android12-s1-release
+git checkout e1a669e529cf5a42cd8b331ca89634bb9dce5cae
popd
git clone https://android.googlesource.com/platform/external/boringssl "${AOSP_DIR}/external/boringssl"
pushd "${AOSP_DIR}/external/boringssl"
-git checkout remotes/origin/android12-s1-release
+git checkout ebeca38b4ecbe81fdf1d127ef7abb4689722308c
+popd
+
+git clone https://android.googlesource.com/platform/external/tensorflow "${AOSP_DIR}/external/tensorflow"
+pushd "${AOSP_DIR}/external/tensorflow"
+git checkout a6772d90a9b542ceb50f35f67e1cebf322d8b0d0
+popd
+
+git clone https://android.googlesource.com/platform/external/eigen "${AOSP_DIR}/external/eigen"
+pushd "${AOSP_DIR}/external/eigen"
+git checkout 10f298fc4175c1b8537c674f654a070c871960e5
+popd
+
+git clone https://android.googlesource.com/platform/external/ruy "${AOSP_DIR}/external/ruy"
+pushd "${AOSP_DIR}/external/ruy"
+git checkout 4377b97cf0850e0a61caa191586ebe68ccbc2abf
+popd
+
+git clone https://android.googlesource.com/platform/external/gemmlowp "${AOSP_DIR}/external/gemmlowp"
+pushd "${AOSP_DIR}/external/gemmlowp"
+git checkout 689c69e88b91e7bff068e33396f74c0a5b17390e
popd
git clone https://android.googlesource.com/platform/prebuilts/vndk/v29 "${AOSP_DIR}/prebuilts/vndk/v29"
+pushd "${AOSP_DIR}/prebuilts/vndk/v29"
+git checkout 5a73511dd91512681df643ce604d36763cd81b0e
+popd