From 9571234e224e670a199a887c133262c0d13a8019 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 23 Feb 2018 14:43:57 -0800 Subject: [PATCH] libutils: remove subdirs no longer used in Android Test/Bug: none Change-Id: I155d5ade02527bf47893a8bf8bcbb07b0aae53d8 --- libutils/Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libutils/Android.bp b/libutils/Android.bp index 209bf9a93..80dcdcbe9 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp @@ -201,5 +201,3 @@ cc_test { "-Werror", ], } - -subdirs = ["tests"]