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

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

Snap for 7835224 from 3e22bd07 to tm-release

Change-Id: Icfb43f3fbcde1618312e1dd328953c6c78ab1248
parents 02d48939 3e22bd07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ std::vector<aidl_vehicle::VehiclePropConfig> prepareTestConfigs() {

std::vector<aidl_vehicle::VehiclePropValue> prepareTestValues() {
    std::vector<aidl_vehicle::VehiclePropValue> values;
    long timestamp = 1;
    int64_t timestamp = 1;
    for (auto& property : defaultconfig::getDefaultConfigs()) {
        values.push_back({
                .timestamp = timestamp,
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ struct DumpResult {
// A request type for 'setValues' or 'getValues' method.
struct VehiclePropValueRequest {
    // A unique request ID set by the sender.
    int requestId;
    int64_t requestId;
    // The property to get/set.
    ::aidl::android::hardware::automotive::vehicle::VehiclePropValue value;
};
+1 −0
Original line number Diff line number Diff line
@@ -418,6 +418,7 @@
    </hal>
    <hal format="aidl" optional="true">
        <name>android.hardware.neuralnetworks</name>
        <version>1-2</version>
        <interface>
            <name>IDevice</name>
            <regex-instance>.*</regex-instance>
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
            "android.hardware.graphics.common",
            "android.hardware.keymaster",
            "android.hardware.radio",
            "android.hardware.uwb.fira_android",

            // Fastboot HAL is only used by recovery. Recovery is owned by OEM. Framework
            // does not depend on this HAL, hence it is not declared in any manifests or matrices.
+1 −1
Original line number Diff line number Diff line
@@ -906,7 +906,7 @@ c8a57364f6ad20842be14f4db284df5304f7521ca8eac6bcc1fa6c5b466fb8a6 android.hardwar

# ABI preserving changes to HALs during Android T
62ace52d9c3ff1f60f94118557a2aaf0b953513e59dcd34d5f94ae28d4c7e780 android.hardware.fastboot@1.0::IFastboot
b4a59462aa7d1346ee3eaa06a8e13682462746cf1be62ed2a2bd46bf404d01b7 android.hardware.graphics.composer@2.4::IComposerClient
f767a132ef28275294db15353f14f3876a4048770751931a77d038d4228f2cb7 android.hardware.graphics.composer@2.4::IComposerClient
ca62a2a95d173ed323309e5e00f653ad3cceec82a6e5e4976a249cb5aafe2515 android.hardware.neuralnetworks@1.2::types
fa76bced6b1b71c40fc706c508a9011284c57f57831cd0cf5f45653ed4ea463e android.hardware.neuralnetworks@1.3::types

Loading