fix:部件需求整改

修复了脚本扫描出的bundle.json的问题,整改了
不符合规范的路径引用

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: Ic45ef8f2cc54c071e7104c7c1a6e31fc2ae395d2
This commit is contained in:
yinjiaming
2023-04-28 10:02:11 +08:00
parent bcb4dea119
commit b35d3d952b
18 changed files with 55 additions and 25 deletions

View File

@@ -25,7 +25,9 @@
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import("//kernel/liteos_m/liteos.gni")
static_library("test_lms") {
sources = [
@@ -74,5 +76,5 @@ static_library("test_lms") {
]
}
configs += [ "//kernel/liteos_m/testsuites:include" ]
configs += [ "$LITEOSTOPDIR/testsuites:include" ]
}