Page MenuHomePhabricator

Update android build with cmake changes
ClosedPublic

Authored by jon on Jul 5 2022, 11:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 22, 5:48 AM
Unknown Object (File)
Sat, May 18, 11:24 PM
Unknown Object (File)
Wed, May 15, 5:52 PM
Unknown Object (File)
Fri, May 10, 9:33 PM
Unknown Object (File)
Tue, Apr 23, 7:15 PM
Unknown Object (File)
Apr 23 2024, 11:57 AM
Unknown Object (File)
Apr 23 2024, 11:57 AM
Unknown Object (File)
Apr 23 2024, 11:57 AM

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
Lint Not Applicable
Unit
Tests Not Applicable

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.