23f094c484
Change-Id: I8bff92f14ae582e4208a7b3e5c4aaec28a883b76
15 lines
405 B
C++
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
|