gts4lvwifi: Add proprietary files extraction

This commit is contained in:
Rashed Abdel-Tawab
2019-07-09 14:26:24 -07:00
committed by LuK1337
parent 554671d1e9
commit 9bdadd1743
2 changed files with 52 additions and 0 deletions

26
extract-files.sh Executable file
View File

@@ -0,0 +1,26 @@
#!/bin/bash
#
# Copyright (C) 2018 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
set -e
export DEVICE=gts4lvwifi
export DEVICE_COMMON=gts4lv-common
export VENDOR=samsung
export DEVICE_BRINGUP_YEAR=2019
./../../$VENDOR/$DEVICE_COMMON/extract-files.sh $@

26
setup-makefiles.sh Executable file
View File

@@ -0,0 +1,26 @@
#!/bin/bash
#
# Copyright (C) 2018 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
set -e
export DEVICE=gts4lvwifi
export DEVICE_COMMON=gts4lv-common
export VENDOR=samsung
export DEVICE_BRINGUP_YEAR=20189
./../../$VENDOR/$DEVICE_COMMON/setup-makefiles.sh $@