Skip to content

Commit

Permalink
h811: update proprietary files
Browse files Browse the repository at this point in the history
Change-Id: Iebc6f965fbce51763ba3bec404c92a030f7bd554
  • Loading branch information
codeworkx committed Aug 9, 2017
1 parent df52ca1 commit 824162d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 17 deletions.
23 changes: 20 additions & 3 deletions extract-files.sh
Original file line number Diff line number Diff line change
@@ -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 VENDOR=lge
export DEVICE=h811
./../../$VENDOR/g4-common/extract-files.sh $@
export VENDOR=lge

# Use common extractor
../g4-common/extract-files.sh $@
27 changes: 15 additions & 12 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
vendor/lib/libacdbloader.so
vendor/lib64/libacdbloader.so
etc/acdbdata/Handset_cal.acdb
etc/acdbdata/workspaceFile.qwsp
etc/acdbdata/Bluetooth_cal.acdb
etc/acdbdata/Speaker_cal.acdb
etc/acdbdata/General_cal.acdb
etc/acdbdata/Hdmi_cal.acdb
etc/acdbdata/Speaker_cal.acdb
etc/acdbdata/Bluetooth_cal.acdb
etc/acdbdata/workspaceFile.qwsp
etc/acdbdata/Global_cal.acdb
etc/acdbdata/Handset_cal.acdb
etc/acdbdata/Headset_cal.acdb
etc/acdbdata/Hdmi_cal.acdb
etc/firmware/venus.mdt
etc/firmware/venus.b00
etc/firmware/venus.b03
etc/firmware/venus.b02
etc/firmware/venus.b04
etc/firmware/venus.mbn
etc/firmware/venus.b01
etc/firmware/fw_bcmdhd.bin
etc/firmware/venus.b00
etc/firmware/venus.mbn
etc/firmware/fw_bcmdhd_apsta.bin
etc/firmware/venus.b04
etc/firmware/venus.mdt
etc/firmware/fw_bcmdhd_mfg.bin
etc/firmware/venus.b02
vendor/lib/libacdbloader.so
vendor/lib64/libacdbloader.so
22 changes: 20 additions & 2 deletions setup-makefiles.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
#!/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 VENDOR=lge
# Required!
export DEVICE=h811
./../../$VENDOR/g4-common/setup-makefiles.sh $@
export VENDOR=lge

# Call the common extractor
../g4-common/setup-makefiles.sh $@

0 comments on commit 824162d

Please sign in to comment.