Commit Graph

5 Commits

Author SHA1 Message Date
Robin Lee
3aa02c5d87 Add default to IConsumerIr interface's initrc
Fixes build for devices using this interface.

$ ./out/host/linux-x86/bin/host_init_verifier
      -p $OUT/obj/ETC/passwd_intermediates/passwd
      -k out/soong/.intermediates/known_hidl_interfaces.txt
    hardware/interfaces/ir/1.0/default/android.hardware.ir@1.0-service.rc

  >> host_init_verifier:
  >>>> hardware/interfaces/ir/1.0/default/android.hardware.ir@1.0-service.rc:
  >>>> 2: interface requires 2 arguments

  >> host_init_verifier: Failed to parse init script

  >> 'hardware/interfaces/ir/1.0/default/android.hardware.ir@1.0-service.rc'
  >>>> with 1 errors

Test: make dist # fails before change, passes after
Change-Id: Ia23b855424905c465fa4ee13f8910aa47d194899
2019-07-09 12:14:31 +00:00
Felix
551b8d15ce Add interface info to .rc files
Signed-off-by: Felix <google@ix5.org>
Change-Id: I6d70bbdb66c3dce280bf6908c3750316a6f6cf70
2019-06-25 20:00:07 +02:00
Jaekyun Seok
81104ae5ef Add 'vendor.' prefix to a vendor HAL service name
To prevent property name collisions between properties of system and
vendor, 'vendor.' prefix must be added to a vendor HAL service name.
You can see the details in http://go/treble-sysprop-compatibility.

Test: succeeded building and tested on a walleye device
Bug: 36796459
Change-Id: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
2017-09-12 08:01:42 +09:00
Steven Moreland
ff4224809f Move hidl shims to the vendor partition.
We need google shims on the vendor partition because they are providing
an implementation of a vendor defined interface. They were written by
google just as a courtesy/to make the transition easier. They're
basically a set for vendors to assemble their hal implementations
from.

Bug: 34135607
Test: marlin persist.hal.binderization on/off
Change-Id: I3f86c77c147514fe470f08088a66de312ae32d4e
2017-02-13 15:03:33 -08:00
Connor O'Brien
2cc3483727 Add android.hardware.consumerir@1.0 service.
Test: make android.hardware.consumerir@1.0-service
Change-Id: Ife45f98836d4d5a3b40d26f21d43e1903fdb8fb3
Signed-off-by: Connor O'Brien <connoro@google.com>
2016-12-12 11:25:17 -08:00