universal7885: aidl-support: Add owners property

error: device/samsung/universal7885-common/apps/aidl-support/fm/Android.bp:1:1: module vendor.eureka.hardware.fmradio_interface: owner: aidl_interface in a soong_namespace must have the 'owner' property set.
13:04:27 soong bootstrap failed with: exit status 1
This commit is contained in:
roynatech2544 2022-11-10 22:09:11 +09:00
commit 4eedff457a
No known key found for this signature in database
GPG key ID: 389DAC92CAECBBCC
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ aidl_interface {
name: "vendor.eureka.hardware.audio_route",
srcs: ["vendor/eureka/hardware/audio_route/*.aidl"],
stability: "vintf",
owner: "Eureka Team",
backend: {
ndk: {
enabled: true,

View file

@ -2,6 +2,7 @@ aidl_interface {
name: "vendor.eureka.hardware.fmradio",
srcs: ["vendor/eureka/hardware/fmradio/*.aidl"],
stability: "vintf",
owner: "Eureka Team",
backend: {
ndk: {
enabled: true,

View file

@ -2,6 +2,7 @@ aidl_interface {
name: "vendor.eureka.hardware.parts",
srcs: ["vendor/eureka/hardware/parts/*.aidl"],
stability: "vintf",
owner: "Eureka Team",
backend: {
ndk: {
enabled: true,