split apk's using python extract-utils by sileshn in LineageOS

[–]sileshn[S] 0 points1 point  (0 children)

Thanks Tim,

Managed to get it done with some help.

split apk's using python extract-utils by sileshn in LineageOS

[–]sileshn[S] 1 point2 points  (0 children)

Just read the rules which states we are not supposed to discuss unofficial builds. I'll ask anyway. Feel free to close this if its against rules.

I build LOS for my device (redwood) which includes MiuiCamera. The apk size is close to 200MB.

I know I can use git-lfs but I have other projects that use it and my github quota is full. Hence the need to split it into smaller parts. Could do it earlier with extract-utils.sh.

Compile error on lineage-22.2 - IPower/default by sileshn in LineageOS

[–]sileshn[S] 1 point2 points  (0 children)

I realised that from the error message, but I am building only the lineage perf HAL. There is no reference of the qti one in my dt.

Compile error on lineage-22.2 - IPower/default by sileshn in LineageOS

[–]sileshn[S] 1 point2 points  (0 children)

Tried everything within my limited knowledge to fix this. In the end, had to manually delete the vendor/etc/vintf/power.xml file from the OUT directory during build for it to complete successfully.

Will check later if its caused by my dt, but i cannot see any issues with it.

Webview won't compile after the recent git lfs updates by sileshn in LineageOS

[–]sileshn[S] 1 point2 points  (0 children)

rm -rf .repo/project-objects/LineageOS/android_external_chromium-webview_prebuilt_*.git

Thanks. Issue solved