Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit b5a3ef7

Browse files
committed
AOSP doesnt build because of mysterious modules that dont exist anywhere
1 parent 3e19185 commit b5a3ef7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ repo forall -r '.*opengapps.*' -c 'git lfs fetch && git lfs checkout'
4242
(cd vendor/foss; git clean -fdx; bash update.sh)
4343
rm -f vendor/gapps/interfaces/wifi_ext/Android.bp
4444

45+
find -name \*.bp -exec sed -i -e '/java_api_finder/d' '{}' \;
46+
4547
. build/envsetup.sh
4648

4749
buildVariant() {

0 commit comments

Comments
 (0)