From 9706cbc1e9462984a520881032b9610d43fe0e41 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 15 Apr 2021 22:43:48 +0900 Subject: Add filesystem_test.go It has only one test function as a starting point. Bug: n/a Test: m (soong tests) Change-Id: I785b096805014a40dfd600f7baaf884f4016c23c --- filesystem/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filesystem/Android.bp') diff --git a/filesystem/Android.bp b/filesystem/Android.bp index 791019ddb..3cdaa6418 100644 --- a/filesystem/Android.bp +++ b/filesystem/Android.bp @@ -15,8 +15,10 @@ bootstrap_go_package { "filesystem.go", "logical_partition.go", "vbmeta.go", + "testing.go", ], testSrcs: [ + "filesystem_test.go", ], pluginFor: ["soong_build"], } -- cgit v1.2.3-59-g8ed1b