Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1214e5f3 authored by Brian Julian's avatar Brian Julian Committed by Android (Google) Code Review
Browse files

Merge "Adds complete U implementation of AltitudeConverter."

parents 1114fa43 ef711ca4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -20202,6 +20202,15 @@ package android.location {
}
package android.location.altitude {
  public final class AltitudeConverter {
    ctor public AltitudeConverter();
    method @WorkerThread public void addMslAltitude(@NonNull android.content.Context, @NonNull android.location.Location) throws java.io.IOException;
  }
}
package android.location.provider {
  public final class ProviderProperties implements android.os.Parcelable {
+3 −1
Original line number Diff line number Diff line
@@ -107,7 +107,9 @@ android_app {
    sdk_version: "core_platform",
    certificate: "platform",

    srcs: [":remote-color-resources-arsc"],
    srcs: [
        ":remote-color-resources-arsc",
    ],

    // Disable dexpreopt and verify_uses_libraries check as the app
    // contains no Java code to be dexpreopted.
+2 −0
Original line number Diff line number Diff line
These binary protos are generated at runtime from the text protos in ../../geoid_height_map_assets
and using aprotoc.
 No newline at end of file
+33 B

File added.

No diff preview for this file type.

+10.5 KiB

File added.

No diff preview for this file type.

Loading