提交 aaa4792a 编写于 作者: Y yangming_ha

remove lite_subsystem template

Signed-off-by: Nyangming_ha <yangming_ha@163.com>
上级 59bbbd98
...@@ -11,16 +11,12 @@ ...@@ -11,16 +11,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//build/lite/config/subsystem/lite_subsystem.gni")
import("//build/lite/config/component/lite_component.gni") import("//build/lite/config/component/lite_component.gni")
lite_subsystem("iot") { group("iot") {
subsystem_components = [ deps = [ ":link" ]
":link"
]
} }
lite_component("link") { lite_component("link") {
features = [ features = []
]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册