mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Update proprietary extraction scripts
* Add tzapps * Update copyright year Change-Id: I1b3c2799f9c8beb0575c8330b3b3ba225e053f53
This commit is contained in:
parent
1bf9ebdefe
commit
7a40888e19
2 changed files with 8 additions and 3 deletions
|
@ -42,6 +42,11 @@
|
|||
/system/bin/usbhub
|
||||
/system/bin/usbhub_init
|
||||
/system/etc/DxHDCP.cfg
|
||||
/system/etc/firmware/tzapps.b00
|
||||
/system/etc/firmware/tzapps.b01
|
||||
/system/etc/firmware/tzapps.b02
|
||||
/system/etc/firmware/tzapps.b03
|
||||
/system/etc/firmware/tzapps.mdt
|
||||
/system/etc/firmware/vidc.b00
|
||||
/system/etc/firmware/vidc.b01
|
||||
/system/etc/firmware/vidc.b02
|
||||
|
|
|
@ -6,7 +6,7 @@ OUTDIR=vendor/$VENDOR/$DEVICE
|
|||
MAKEFILE=../../../$OUTDIR/$DEVICE-vendor-blobs.mk
|
||||
|
||||
(cat << EOF) > $MAKEFILE
|
||||
# Copyright (C) 2012 The CyanogenMod Project
|
||||
# Copyright (C) 2014 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.
|
||||
|
@ -36,7 +36,7 @@ for FILE in `cat proprietary-blobs.txt | grep -v ^# | grep -v ^$ | sed -e 's#^/s
|
|||
done
|
||||
|
||||
(cat << EOF) > ../../../$OUTDIR/$DEVICE-vendor.mk
|
||||
# Copyright (C) 2012 The CyanogenMod Project
|
||||
# Copyright (C) 2014 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.
|
||||
|
@ -71,7 +71,7 @@ DEVICE_PACKAGE_OVERLAYS := vendor/$VENDOR/$DEVICE/overlay
|
|||
EOF
|
||||
|
||||
(cat << EOF) > ../../../$OUTDIR/BoardConfigVendor.mk
|
||||
# Copyright (C) 2012 The CyanogenMod Project
|
||||
# Copyright (C) 2014 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.
|
||||
|
|
Loading…
Reference in a new issue