From 9982934bf6838f27d596efb424dcd16d285053d2 Mon Sep 17 00:00:00 2001 From: Prashant Malani Date: Mon, 17 Oct 2016 16:27:06 -0700 Subject: [PATCH] Update source makefile Bug: 32209928 Change-Id: Iacfcbf22bc6a2d867b7af0a8efa1e935869b696c Test: m --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 5d325b4fbe..f10a0aab2c 100644 --- a/Android.bp +++ b/Android.bp @@ -4,9 +4,9 @@ subdirs = [ "audio/common/2.0", "audio/effect/2.0", "benchmarks/msgq/1.0", - "bluetooth/1.0", "biometrics/fingerprint/2.1", "gnss/1.0", + "bluetooth/1.0", "graphics/allocator/2.0", "graphics/allocator/2.0/default", "graphics/composer/2.1", @@ -35,6 +35,7 @@ subdirs = [ "thermal/1.0/default", "vehicle/2.0", "vibrator/1.0", + "vibrator/1.0/default", "wifi/1.0", "wifi/supplicant/1.0", ]