From 46ae20b0e8c0b5ce9e421e64ec249749732892ba Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 6 Oct 2016 15:12:26 -0700 Subject: [PATCH] Add frameworks/rs to root.bp Test: m -j blueprint_tools (just to generate build.ninja) Change-Id: I26c36d2e9af13df07a3ea2240b85ae9bf2e6e80b --- root.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/root.bp b/root.bp index 69933e8d6..d82e09d22 100644 --- a/root.bp +++ b/root.bp @@ -15,6 +15,7 @@ optional_subdirs = [ "frameworks/av", "frameworks/base", "frameworks/native", + "frameworks/rs", "frameworks/wilhelm", "hardware/*", "libcore",