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

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

Snap for 8362632 from 89345a4d to tm-release

Change-Id: I7b97265d96a8dc51053441f092f226bdbf4f99bf
parents b2189c91 89345a4d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
 * 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 {
    name: "VtsHalAutomotiveVehicle_TargetTest",
    srcs: [
+6 −1
Original line number Diff line number Diff line
@@ -29,7 +29,12 @@ enum DimmingStage {
     */
    LINEAR = 1,
    /**
     * Dimming operations must be applied in gamma space, after OETF has been applied
     * Dimming operations must be applied in gamma space, after OETF has been applied.
     * Note that for this dimming operation to be perceptually correct it must also be gamma
     * corrected. The framework will assume that it is able to use the gamma 2.2
     * power function for gamma correcting the dimming matrix, for simplicity of
     * implementation and the fact that gamma 2.2 is close enough to typical SDR
     * transfer functions that would be used for the client target.
     */
    GAMMA_OETF = 2,
}
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

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

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

package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable SimSlotStatus {
  int cardState;
  String atr;
Loading