summaryrefslogtreecommitdiffstats
path: root/vr
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2017-02-10 12:45:17 -0800
committerTri Vo <trong@google.com>2017-02-10 12:45:19 -0800
commit85120c9490dfc53421a0eeee648acf65ac96cefb (patch)
treeb548bd2c4a4b9106c5c4816fe68e2aaa16f64e03 /vr
parent57108a0dc99287319febbd13add67c35ee05e494 (diff)
downloadandroid_hardware_interfaces-85120c9490dfc53421a0eeee648acf65ac96cefb.tar.gz
android_hardware_interfaces-85120c9490dfc53421a0eeee648acf65ac96cefb.tar.bz2
android_hardware_interfaces-85120c9490dfc53421a0eeee648acf65ac96cefb.zip
Update makefiles to use filgroup syntax.
Test: mmma hardware/interfaces Change-Id: I9f4457c78b7820c242d46359f0debe05d1b3e482
Diffstat (limited to 'vr')
-rw-r--r--vr/1.0/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vr/1.0/Android.bp b/vr/1.0/Android.bp
index ab318f07e..b48d01014 100644
--- a/vr/1.0/Android.bp
+++ b/vr/1.0/Android.bp
@@ -12,7 +12,7 @@ genrule {
tools: ["hidl-gen"],
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vr@1.0",
srcs: [
- "IVr.hal",
+ ":android.hardware.vr@1.0_hal",
],
out: [
"android/hardware/vr/1.0/VrAll.cpp",
@@ -24,7 +24,7 @@ genrule {
tools: ["hidl-gen"],
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vr@1.0",
srcs: [
- "IVr.hal",
+ ":android.hardware.vr@1.0_hal",
],
out: [
"android/hardware/vr/1.0/IVr.h",