summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-12-11 12:46:19 -0800
committerSteven Moreland <smoreland@google.com>2017-12-11 20:48:11 +0000
commit4cd5506baa4fbc6f9c309f16e9ee0a71ac0d29af (patch)
tree94a430c3574a09bf1adf46127159cb88b7fb7d54 /tests
parent8dd2abca297fcf9dca5dd5451d74902f9d19ade0 (diff)
downloadandroid_hardware_interfaces-4cd5506baa4fbc6f9c309f16e9ee0a71ac0d29af.tar.gz
android_hardware_interfaces-4cd5506baa4fbc6f9c309f16e9ee0a71ac0d29af.tar.bz2
android_hardware_interfaces-4cd5506baa4fbc6f9c309f16e9ee0a71ac0d29af.zip
Update makefiles.
Been seeing these in CLs. Some were forgotten. Test/Bug: none Change-Id: I678f9ef157a3631586a3d3a9cc503121eed5a703
Diffstat (limited to 'tests')
-rw-r--r--tests/memory/1.0/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/memory/1.0/Android.bp b/tests/memory/1.0/Android.bp
index 50386649f..cbee24742 100644
--- a/tests/memory/1.0/Android.bp
+++ b/tests/memory/1.0/Android.bp
@@ -7,9 +7,9 @@ hidl_interface {
"IMemoryTest.hal",
],
interfaces: [
- "android.hidl.memory.token@1.0",
- "android.hidl.memory.block@1.0",
"android.hidl.base@1.0",
+ "android.hidl.memory.block@1.0",
+ "android.hidl.memory.token@1.0",
],
gen_java: false,
}