Bluesky Android Q Platform Changes
- Changes to C++ HAL and GNSS Location Provder Code to inject corrections to chipset - Changes to JNI bridge to translate the Java corrections to C++ - Changes to JAVA side of the bridge: GnssLocationProvider.cpp to pipe the corrections through the JNI - Build the Locaiton Manager First Party APIs and methods - Build needed Java containers: GnssMeasuremetCorrections.java, GnssSingleSatCorrections.java and ReflectingPlane.java - Build the Parcelables to send all our Java objects through processes - Build piping methods in CallbackTransport.java, LocationMangerservice.java, etc to pass the data in both direcions - update API docs: current.txt and system-current.txt Bug: 111441283 Test: Existing tests pass. Change-Id: I8650fea21c69c8f31ba9cabe63d4a6676ffe38d7
Loading
Please register or sign in to comment