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

Commit f7cef386 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8362632 from 89345a4d to tm-d1-release

Change-Id: Ic069ca0ae0c2e259a42ad479856497878d663da6
parents d7dc6fee 89345a4d
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "hardware_interfaces_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["hardware_interfaces_license"],
}

cc_test {
cc_test {
    name: "VtsHalAutomotiveVehicle_TargetTest",
    name: "VtsHalAutomotiveVehicle_TargetTest",
    srcs: [
    srcs: [
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.radio.config;
package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable PhoneCapability {
parcelable PhoneCapability {
  byte maxActiveData;
  byte maxActiveData;
  byte maxActiveInternetData;
  byte maxActiveInternetData;
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.radio.config;
package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable SimPortInfo {
parcelable SimPortInfo {
  String iccId;
  String iccId;
  int logicalSlotId;
  int logicalSlotId;
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.radio.config;
package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable SimSlotStatus {
parcelable SimSlotStatus {
  int cardState;
  int cardState;
  String atr;
  String atr;
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.radio.config;
package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable SlotPortMapping {
parcelable SlotPortMapping {
  int physicalSlotId;
  int physicalSlotId;
  int portId;
  int portId;
Loading