gts4lvwifi: Update for latest common extractors
Change-Id: I4a8f81b2eb05dafc2b022daddb210eb3100e36f0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (C) 2018 The LineageOS Project
|
||||
# Copyright (C) 2018-2019 The LineageOS Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -15,12 +15,19 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# If we're being sourced by the common script that we called,
|
||||
# stop right here. No need to go down the rabbit hole.
|
||||
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
# Required!
|
||||
export DEVICE=gts4lvwifi
|
||||
export DEVICE_COMMON=gts4lv-common
|
||||
export VENDOR=samsung
|
||||
|
||||
export DEVICE_BRINGUP_YEAR=2019
|
||||
|
||||
./../../$VENDOR/$DEVICE_COMMON/extract-files.sh $@
|
||||
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (C) 2018 The LineageOS Project
|
||||
# Copyright (C) 2018-2019 The LineageOS Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -17,10 +17,11 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Required!
|
||||
export DEVICE=gts4lvwifi
|
||||
export DEVICE_COMMON=gts4lv-common
|
||||
export VENDOR=samsung
|
||||
|
||||
export DEVICE_BRINGUP_YEAR=20189
|
||||
export DEVICE_BRINGUP_YEAR=2019
|
||||
|
||||
./../../$VENDOR/$DEVICE_COMMON/setup-makefiles.sh $@
|
||||
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
|
||||
|
||||
Reference in New Issue
Block a user