tegu: Set up proprietary files extraction

* The proprietary files lists are generated by comparing stock partition
  contents with AOSP generated partitions.

Co-authored-by: Aaron Kling <webgeek1234@gmail.com>
Co-authored-by: Cosmin Tanislav <demonsingur@gmail.com>
Co-authored-by: Michael Bestas <mkbestas@lineageos.org>
Change-Id: I17b78ccf212d8364070c40fe3c7d06d4048e3fe4
This commit is contained in:
Chirayu Desai 2021-12-04 01:01:42 +05:30 committed by Michael Bestas
parent c6c08338ef
commit b544636716
No known key found for this signature in database
16 changed files with 3869 additions and 0 deletions

13
extract-files.py Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
#
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
set -e
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
pushd "${MY_DIR}/tegu"
./extract-files.py $@
popd