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

Commit f724a227 authored by Hao Chen's avatar Hao Chen Committed by Enrico Granata
Browse files

Merge nested namesapces

fix the nits in ag/10318156

Bug: 150791171

Test: build
Change-Id: I44609f8c7cbeffcb02cb9f2e2f56f3a829de17f6
Merged-In: I44609f8c7cbeffcb02cb9f2e2f56f3a829de17f6
parent a6d6fa3d
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -20,11 +20,7 @@

#include <android/hardware/automotive/vehicle/2.0/types.h>

namespace android {
namespace hardware {
namespace automotive {
namespace vehicle {
namespace V2_0 {
namespace android::hardware::automotive::vehicle::V2_0 {

/**
 *  Vehicle HAL talks to the vehicle through a client, instead of accessing
@@ -66,8 +62,4 @@ class IVehicleClient {
    }
};

}  // namespace V2_0
}  // namespace vehicle
}  // namespace automotive
}  // namespace hardware
}  // namespace android
}  // namespace android::hardware::automotive::vehicle::V2_0
+2 −10
Original line number Diff line number Diff line
@@ -20,11 +20,7 @@

#include <android/hardware/automotive/vehicle/2.0/types.h>

namespace android {
namespace hardware {
namespace automotive {
namespace vehicle {
namespace V2_0 {
namespace android::hardware::automotive::vehicle::V2_0 {

/**
 *  Server lives on the vehicle side to talk to Android HAL.
@@ -69,8 +65,4 @@ class IVehicleServer {
#endif  // __ANDROID__
};

}  // namespace V2_0
}  // namespace vehicle
}  // namespace automotive
}  // namespace hardware
}  // namespace android
}  // namespace android::hardware::automotive::vehicle::V2_0