config_tools: add __init__.py under static_allocators/lib directory

If the user installed the lib python package in the host machine,
it will fail to build acrn hypervisor since the same package named lib is
also used in acrn config tool(static_allocators/lib).
So we add the __init__.py file under the static_allocators/lib directory
to fix the error.

Tracked-On: #7001
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
Kunhui-Li 2021-12-27 10:20:26 +08:00 committed by acrnsi-robot
parent 1aa10680f8
commit c97d691aab
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Copyright (C) 2021 Intel Corporation. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#