Update makefiles.

Some have missed being updated.

Bug: N/A
Test: N/A
Change-Id: I0925e85701f6e8b98f9b09bfafbed73469d1d185
This commit is contained in:
Steven Moreland
2018-01-17 11:20:17 -08:00
parent 699df2167a
commit a6c5ff2c6d
3 changed files with 8 additions and 3 deletions

View File

@@ -18,10 +18,16 @@ hidl_interface {
"android.hidl.base@1.0",
],
types: [
"IdentifierType",
"Modulation",
"ProgramIdentifier",
"ProgramInfo",
"ProgramInfoFlags",
"ProgramListResult",
"ProgramSelector",
"ProgramType",
"Properties",
"VendorKeyValue",
],
gen_java: false,
}

View File

@@ -14,7 +14,6 @@ hidl_interface {
"android.hardware.camera.common@1.0",
"android.hardware.camera.device@1.0",
"android.hardware.camera.device@3.2",
"android.hardware.graphics.common@1.0",
"android.hidl.base@1.0",
],
gen_java: false,

View File

@@ -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,
}