-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
X00TD: Switch to standalone extract utils
Align with templates while we are at it Change-Id: I3cd279191c7bd3582f1c1f80c588eb26cf9da933
- Loading branch information
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
# | ||
# Copyright (C) 2020 The LineageOS Project | ||
# Copyright (C) 2016 The CyanogenMod Project | ||
# Copyright (C) 2017-2020 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
@@ -23,7 +24,7 @@ function blob_fixup() { | |
|
||
# remove android.hidl.base dependency | ||
vendor/lib/hw/camera.sdm660.so) | ||
patchelf --remove-needed "[email protected]" "${2}" | ||
"${PATCHELF}" --remove-needed "[email protected]" "${2}" | ||
;; | ||
|
||
esac | ||
|
@@ -35,11 +36,8 @@ fi | |
|
||
set -e | ||
|
||
# Required | ||
export DEVICE=X00TD | ||
export DEVICE_COMMON=sdm660-common | ||
export VENDOR=asus | ||
|
||
export DEVICE_BRINGUP_YEAR=2020 | ||
|
||
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters