Add frameworks/hardware/interfaces and system/hardware/interface

Add frameworks/hardware/interfaces and system/hardware/interfaces
to Soong build target.

Bug: 35882393
Test: make

Change-Id: I63af71f23e8a61425cf673a2340111ffa6404203
This commit is contained in:
Hridya Valsaraju 2017-03-02 08:38:40 -08:00
parent 469a18aae2
commit d8860e3cb7
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ optional_subdirs = [
"frameworks/av",
"frameworks/base",
"frameworks/compile/*",
"frameworks/hardware/interfaces",
"frameworks/native",
"frameworks/rs",
"frameworks/wilhelm",
@ -30,6 +31,7 @@ optional_subdirs = [
"prebuilts/ndk",
"prebuilts/sdk",
"system/*",
"system/hardware/interfaces",
"system/tools/*",
"test/vts",
"test/vts-testcase/*",