From 76c8733a98f37a5f62b762b3b9e85725db14c62d Mon Sep 17 00:00:00 2001 From: Artem Kotsiuba Date: Tue, 29 Jun 2021 14:28:43 +0100 Subject: ART: Add google-styleguide as a dependency to the minimal tree to enable cpplint Currently it's not possible to run cpplint tool on the minimal tree because google-styleguide is a part of the full tree only. This patch adds it to the dependency list of the minimal tree to fix this. Test: m cpplint-art Change-Id: Id5a9828dd02e309ec672b9637d56a840f80e9962 --- default.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.xml b/default.xml index 9961410ce..63eb569f3 100644 --- a/default.xml +++ b/default.xml @@ -91,6 +91,9 @@ + + + -- cgit v1.2.3