aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/scripts/modify_aosp_libs.sh
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2022-04-06 11:41:49 +0100
committerKevin May <kevin.may@arm.com>2022-05-05 16:33:55 +0100
commit3edefbb2da1efecebba12cd631ca9697f06db7d4 (patch)
tree9bd696b65ea697f9314c9999c62084f55bd0f90c /shim/sl/scripts/modify_aosp_libs.sh
parent643355be8a8e94edb66e4586b406343d4342382b (diff)
downloadarmnn-3edefbb2da1efecebba12cd631ca9697f06db7d4.tar.gz
IVGCVSW-6758 Update SL AOSP repos to use SHA's from master 25/03/22
* Add new SHA's from master 25/03/2 to clone script * Fix changed AOSP paths in CMakelists * Add new aosp/external dependencies in CMakeLists * Update functions with FL8 parameters hints and extensionNameAndPrefix * Update sharedHandle which changed from having pointer * Fix broken NeuralNetwork patch after pulling on aosp master Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I5e4b773b87591cec0347c3d739bce9858baed39f
Diffstat (limited to 'shim/sl/scripts/modify_aosp_libs.sh')
-rwxr-xr-xshim/sl/scripts/modify_aosp_libs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/shim/sl/scripts/modify_aosp_libs.sh b/shim/sl/scripts/modify_aosp_libs.sh
index b10a36cfd1..104e99105e 100755
--- a/shim/sl/scripts/modify_aosp_libs.sh
+++ b/shim/sl/scripts/modify_aosp_libs.sh
@@ -13,10 +13,6 @@ popd
pushd "${AOSP_DIR}/packages/modules/NeuralNetworks/"
echo "Applying NeuralNetworks patch"
git apply "${SCRIPT_PATH}/NeuralNetworks.patch"
-
- echo " Checking out master version of SharedMemory.h/.cpp which includes convertRequestFromPointerToShared"
- git checkout 736317504083629929373bd349f667893bc8204c -- common/SharedMemory.cpp
- git checkout 736317504083629929373bd349f667893bc8204c -- common/include/nnapi/SharedMemory.h
popd
pushd "${SCRIPT_PATH}/.."