gts4lvwifi: Update for latest common extractors

Change-Id: I4a8f81b2eb05dafc2b022daddb210eb3100e36f0
This commit is contained in:
Vladimir Oltean
2019-03-22 22:45:03 +00:00
committed by LuK1337
parent 9bdadd1743
commit 47e8707557
2 changed files with 13 additions and 5 deletions

View File

@@ -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" "$@"

View File

@@ -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" "$@"