platform_hardware_tequila_c.../libhidlbase/gBnsConstructorMap.cpp
LuK1337 6c54b85fa8 libhidlbase: Add SPDX license
Change-Id: Ic5cc6616bc2b7ca45f7ad2bca25fa494650a69b7
2023-11-13 13:19:56 +01:00

21 lines
499 B
C++

/*
* Copyright (C) 2023 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#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