Page MenuHomePhabricator

Update android build with cmake changes
ClosedPublic

Authored by jon on Jul 5 2022, 11:58 AM.
Tags
None
Referenced Files
F2019044: D4448.diff
Sun, Jun 16, 4:22 AM
F2016821: D4448.id14202.diff
Sat, Jun 15, 8:38 AM
Unknown Object (File)
Thu, Jun 13, 12:24 PM
Unknown Object (File)
Mon, Jun 10, 7:49 AM
Unknown Object (File)
Mon, Jun 10, 5:58 AM
Unknown Object (File)
Mon, Jun 10, 4:58 AM
Unknown Object (File)
Sun, Jun 9, 11:55 PM
Unknown Object (File)
Sun, Jun 9, 1:34 PM

Details

Summary

This is a much more minimal diff
of D4433. This does the "minimal" needed to
fix the android build, without trying to
change anything about the gradle build.

Depends on D4294

Test Plan

cd native/android && ./gradew bundleRelease --no-daemon

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 5 2022, 12:05 PM
Harbormaster failed remote builds in B10302: Diff 14202!

Update header paths with changes from master

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 6 2022, 1:39 PM
Harbormaster failed remote builds in B10328: Diff 14236!

Update with changes to master

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 7 2022, 3:11 PM
Harbormaster failed remote builds in B10385: Diff 14295!

Fix bad merge conflict, accidently dropped a header

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 7 2022, 4:14 PM
Harbormaster failed remote builds in B10395: Diff 14305!
jon added reviewers: varun, atul.

Resigning since I'm usually not a good person to set as a first-pass reviewer. Exceptions here

Maybe set @palys-swm or @atul as a blocking reviewer here

cd native/android/app && ./gradew bundleRelease --no-daemon

Think this is supposed to be:

cd native/android && ./gradlew bundleRelease --no-daemon

?

This revision is now accepted and ready to land.Jul 15 2022, 12:00 PM

@atul yes, it was supposed to be native/android, native/android/app has the CMakeLists.txt, but should have mentioned the directory which contained the gradlew

Update with linting changes

@atul I'm assuming this is still fine?

In D4448#131128, @jon wrote:

@atul I'm assuming this is still fine?

Yup!

This revision is now accepted and ready to land.Jul 20 2022, 3:03 PM
This revision was automatically updated to reflect the committed changes.