diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-06-18 19:21:01 -0400 |
|---|---|---|
| committer | marcost2 <marcostolcachir@gmail.com> | 2022-06-22 15:23:29 -0300 |
| commit | 232e128d4d17fc2e750f41bd729df630b24fe758 (patch) | |
| tree | d338302c61215d457fa0cd87e018a135ee19249c | |
| parent | 3eac8c63a70b00c96b8256ef3db4d82b5b545947 (diff) | |
albus: Properly generate vendor from setup-makefiles
Change-Id: I5b915b0ae8da17cfad3a9ccfceb074a4cf659b7e
| -rw-r--r-- | proprietary-files_albus.txt (renamed from propietary-files_albus.txt) | 0 | ||||
| -rwxr-xr-x | setup-makefiles.sh | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/propietary-files_albus.txt b/proprietary-files_albus.txt index 584eba7..584eba7 100644 --- a/propietary-files_albus.txt +++ b/proprietary-files_albus.txt diff --git a/setup-makefiles.sh b/setup-makefiles.sh index bc30afb..300ea63 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -31,6 +31,7 @@ setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}" write_headers write_makefiles "$MY_DIR"/proprietary-files.txt +write_makefiles "$MY_DIR"/proprietary-files_albus.txt # Finish write_footers |
