Skip to content

Commit

Permalink
zerofltexx: Update to generic extract scripts
Browse files Browse the repository at this point in the history
Change-Id: Iced6e78c1ab5d67a68b06ba66b84f250e191ef8d
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
(cherry picked from commit de63ec5c97e923917b59c4566f731f743f146ec6)
  • Loading branch information
bmc08gt committed Aug 25, 2016
1 parent 9747a5b commit aaf2a51
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
21 changes: 19 additions & 2 deletions extract-files.sh
@@ -1,7 +1,24 @@
#!/bin/sh
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod 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=zerofltexx
export DEVICE_COMMON=zero-common
export VENDOR=samsung
./../zero-common/extract-files.sh $@

./../$DEVICE_COMMON/extract-files.sh $@
24 changes: 24 additions & 0 deletions setup-makefiles.sh
@@ -0,0 +1,24 @@
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod 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=zerofltexx
export DEVICE_COMMON=zero-common
export VENDOR=samsung

./../$DEVICE_COMMON/setup-makefiles.sh $@

0 comments on commit aaf2a51

Please sign in to comment.