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

Commit 0f2e2830 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove vehicle binding seed property in emulator"

parents af9bfc41 8a572821
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1024,14 +1024,6 @@ const ConfigDeclaration kVehicleProperties[]{
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
        },
        {
                .config =
                        {
                                .prop = toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED),
                                .access = VehiclePropertyAccess::READ_WRITE,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
        },
        {
                .config =
                        {
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ class DefaultVhalImplTest : public ::testing::Test {
TEST_F(DefaultVhalImplTest, testListProperties) {
    std::vector<VehiclePropConfig> configs = mHal->listProperties();

    EXPECT_EQ((size_t)122, configs.size());
    EXPECT_EQ((size_t)121, configs.size());
}

TEST_F(DefaultVhalImplTest, testGetDefaultPropertyFloat) {