Commit Graph

3 Commits

Author SHA1 Message Date
electimon f6ebf68755 fixup! vendor: extract-utils: Use kernel version specific proprietary-files.txt if exists
* Due to the way the checks were added, when $KERNEL_VERSION fails
  to resolve, it will still pick up the proprietary-files.txt of
  the current directory. This is indicated with the output of
  extract-files.sh having extranous slashes and double extraction.

* To solve this we only extract based on kernel version if
   1. $COMPONENT/$KERNEL_VERSION/proprietary-files.txt exists
   2. $KERNEL_VERSION is declared beforehand.
  if not, fallback to classic extraction, which includes
  error handling.

Change-Id: If4bf45b300010d7f665a74abf661d0170c40af44
2023-03-05 18:17:16 +08:00
electimon 4191856d66 vendor: extract-utils: Use kernel version specific proprietary-files.txt if exists
Change-Id: I008dadb63a7530a2290545f42ced6dc9d27cdc36
Signed-off-by: electimon <electimon@gmail.com>
2023-03-05 02:01:32 +08:00
Vishalcj17 bfaf4ecb25 Split system and vendor to their own folders.
Change-Id: Ie93e9fdf854f97aab1e2b6e61d55b309f49c1cd9
2021-11-24 21:04:52 +00:00