extract_utils: implement patchelf
Change-Id: I406f70ef1ce9ec7a0998f77439b7d3fa3ec4e62a
This commit is contained in:
committed by
Michael Bestas
parent
3db3630f4c
commit
a039a46b0d
@@ -1264,6 +1264,10 @@ function oat2dex() {
|
|||||||
export CDEXCONVERTER="$LINEAGE_ROOT"/prebuilts/tools-lineage/${HOST}-x86/bin/compact_dex_converter
|
export CDEXCONVERTER="$LINEAGE_ROOT"/prebuilts/tools-lineage/${HOST}-x86/bin/compact_dex_converter
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z "$PATCHELF" ]; then
|
||||||
|
export PATCHELF="$LINEAGE_ROOT"/prebuilts/tools-lineage/${HOST}-x86/bin/patchelf
|
||||||
|
fi
|
||||||
|
|
||||||
# Extract existing boot.oats to the temp folder
|
# Extract existing boot.oats to the temp folder
|
||||||
if [ -z "$ARCHES" ]; then
|
if [ -z "$ARCHES" ]; then
|
||||||
echo "Checking if system is odexed and locating boot.oats..."
|
echo "Checking if system is odexed and locating boot.oats..."
|
||||||
|
Reference in New Issue
Block a user