Skip to content

Commit

Permalink
AOSP doesnt build because of mysterious modules that dont exist anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Mar 2, 2020
1 parent 3e19185 commit b5a3ef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ repo forall -r '.*opengapps.*' -c 'git lfs fetch && git lfs checkout'
(cd vendor/foss; git clean -fdx; bash update.sh)
rm -f vendor/gapps/interfaces/wifi_ext/Android.bp

find -name \*.bp -exec sed -i -e '/java_api_finder/d' '{}' \;

. build/envsetup.sh

buildVariant() {

This comment has been minimized.

Copy link
@9n2mastet

9n2mastet Mar 15, 2020

abc

Expand Down

0 comments on commit b5a3ef7

Please sign in to comment.