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

Commit f3204cbd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Implement sysprop_library API stability check"

parents e3cd3bad 1dee4973
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
props {
  module: "android.sysprop.ChargerProperties"
  prop {
    api_name: "disable_init_blank"
    scope: Internal
    prop_name: "ro.charger.disable_init_blank"
  }
  prop {
    api_name: "draw_split_offset"
    type: Long
    scope: Internal
    prop_name: "ro.charger.draw_split_offset"
  }
  prop {
    api_name: "draw_split_screen"
    scope: Internal
    prop_name: "ro.charger.draw_split_screen"
  }
  prop {
    api_name: "enable_suspend"
    scope: Internal
    prop_name: "ro.charger.enable_suspend"
  }
  prop {
    api_name: "no_ui"
    scope: Internal
    prop_name: "ro.charger.no_ui"
  }
}
+29 −0
Original line number Diff line number Diff line
props {
  module: "android.sysprop.ChargerProperties"
  prop {
    api_name: "disable_init_blank"
    scope: Internal
    prop_name: "ro.charger.disable_init_blank"
  }
  prop {
    api_name: "draw_split_offset"
    type: Long
    scope: Internal
    prop_name: "ro.charger.draw_split_offset"
  }
  prop {
    api_name: "draw_split_screen"
    scope: Internal
    prop_name: "ro.charger.draw_split_screen"
  }
  prop {
    api_name: "enable_suspend"
    scope: Internal
    prop_name: "ro.charger.enable_suspend"
  }
  prop {
    api_name: "no_ui"
    scope: Internal
    prop_name: "ro.charger.no_ui"
  }
}

healthd/api/current.txt

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
// Signature format: 2.0

healthd/api/removed.txt

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
// Signature format: 2.0

healthd/api/system-current.txt

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
// Signature format: 2.0
Loading