platform_hardware_tequila_c.../libhidlbase/gBnsConstructorMap.cpp
LuK1337 23f094c484 libhidlbase: Run clang format
Change-Id: I8bff92f14ae582e4208a7b3e5c4aaec28a883b76
2023-11-12 16:13:29 +01:00

15 lines
405 B
C++

#include <hidl/Static.h>
namespace android {
namespace hardware {
namespace details {
// Deprecated; kept for ABI compatibility. Use getBnConstructorMap.
DoNotDestruct<BnConstructorMap> gBnConstructorMap{};
// Deprecated; kept for ABI compatibility. Use getBsConstructorMap.
DoNotDestruct<BsConstructorMap> gBsConstructorMap{};
} // namespace details
} // namespace hardware
} // namespace android