Android: Specify empty dependency fields so they don't translate to "null"
ClosedPublic

Authored by apol on Apr 19 2018, 11:23 PM.

Diff Detail

Repository
R993 Binary Factory Tooling
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apol requested review of this revision.Apr 19 2018, 11:23 PM
apol created this revision.
bcooksley accepted this revision.Apr 19 2018, 11:45 PM

This should be fine.
The other way to solve this would be to check for a non-present value in the DSL and specify nothing if that is the case, however this is probably the most straight forward way to do it for anyone else who comes along later and wants to add another application.

This revision is now accepted and ready to land.Apr 19 2018, 11:45 PM
This revision was automatically updated to reflect the committed changes.