summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteven Moreland2017-11-28 17:20:41 -0600
committerSteven Moreland2017-11-28 17:21:38 -0600
commitfe564275ea46ea8d3674727e29cc9d42a2bc368c (patch)
treeb24de0e2b76e0599e078c8f6ac3e5cefe59b0b46 /tests
parent6a5daf8cac8fdec6a1d48a4d699f22c82e448165 (diff)
downloadplatform-hardware-interfaces-fe564275ea46ea8d3674727e29cc9d42a2bc368c.tar.gz
platform-hardware-interfaces-fe564275ea46ea8d3674727e29cc9d42a2bc368c.tar.xz
platform-hardware-interfaces-fe564275ea46ea8d3674727e29cc9d42a2bc368c.zip
Update tests makefile for change.
Introduced in 4921bc2e13722ffe3f66b708cfd825b98da9b917. Test: manual Change-Id: I8b2b8fc27ebae55871c656816f87374c792a8ace
Diffstat (limited to 'tests')
-rw-r--r--tests/foo/1.0/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/foo/1.0/Android.bp b/tests/foo/1.0/Android.bp
index 986115cb..769de2d3 100644
--- a/tests/foo/1.0/Android.bp
+++ b/tests/foo/1.0/Android.bp
@@ -17,6 +17,7 @@ hidl_interface {
17 types: [ 17 types: [
18 "Abc", 18 "Abc",
19 "Def", 19 "Def",
20 "EnumIterators",
20 "Outer", 21 "Outer",
21 "Unrelated", 22 "Unrelated",
22 ], 23 ],