Move wifi.proto to shared service .jar
Changes to ART are causing nano-proto's generated java base classes
to conflict with their duplicates in other projects, leading to a
NullPointerException.
Moving wifi.proto to the same build as other framework service protos in
order for them to share and not generate a duplicate CodedOutputByteBufferNano
class.
wifi.proto now lives at:
frameworks/base/proto/src/wifi.proto
Bug: 32261442
Test: Builds, and existing Unit tests pass
Change-Id: Ib386724094cf0efbf9e90f8fd8ecd6fa178d4d83
Merged-In: Ib386724094cf0efbf9e90f8fd8ecd6fa178d4d83
2 files changed