Update Makefiles Missed In Previous Commits
When calling update-makefiles.sh there are some unrelated changes that were missed in previous commits. Bug: 8675309 Test: compilation Change-Id: I5bf67fbcc809de36bde1869ada7b835566a5198b
This commit is contained in:
parent
ba20b76deb
commit
c893754c0d
5 changed files with 5 additions and 1 deletions
|
@ -48,6 +48,7 @@ hidl_interface {
|
||||||
"VehicleHvacFanDirection",
|
"VehicleHvacFanDirection",
|
||||||
"VehicleHwKeyInputAction",
|
"VehicleHwKeyInputAction",
|
||||||
"VehicleIgnitionState",
|
"VehicleIgnitionState",
|
||||||
|
"VehicleOilLevel",
|
||||||
"VehiclePropConfig",
|
"VehiclePropConfig",
|
||||||
"VehiclePropValue",
|
"VehiclePropValue",
|
||||||
"VehicleProperty",
|
"VehicleProperty",
|
||||||
|
|
|
@ -25,7 +25,6 @@ hidl_interface {
|
||||||
"HalStreamConfiguration",
|
"HalStreamConfiguration",
|
||||||
"PhysicalCameraMetadata",
|
"PhysicalCameraMetadata",
|
||||||
"PhysicalCameraSetting",
|
"PhysicalCameraSetting",
|
||||||
"RequestTemplate",
|
|
||||||
"Stream",
|
"Stream",
|
||||||
"StreamConfiguration",
|
"StreamConfiguration",
|
||||||
],
|
],
|
||||||
|
|
|
@ -17,8 +17,10 @@ hidl_interface {
|
||||||
"android.hidl.base@1.0",
|
"android.hidl.base@1.0",
|
||||||
],
|
],
|
||||||
types: [
|
types: [
|
||||||
|
"DrmMetricGroup",
|
||||||
"HdcpLevel",
|
"HdcpLevel",
|
||||||
"KeyRequestType",
|
"KeyRequestType",
|
||||||
|
"SecureStopRelease",
|
||||||
"SecurityLevel",
|
"SecurityLevel",
|
||||||
],
|
],
|
||||||
gen_java: false,
|
gen_java: false,
|
||||||
|
|
|
@ -11,6 +11,7 @@ hidl_interface {
|
||||||
"IMapper.hal",
|
"IMapper.hal",
|
||||||
],
|
],
|
||||||
interfaces: [
|
interfaces: [
|
||||||
|
"android.hardware.graphics.common@1.0",
|
||||||
"android.hardware.graphics.common@1.1",
|
"android.hardware.graphics.common@1.1",
|
||||||
"android.hardware.graphics.mapper@2.0",
|
"android.hardware.graphics.mapper@2.0",
|
||||||
"android.hidl.base@1.0",
|
"android.hidl.base@1.0",
|
||||||
|
|
|
@ -15,6 +15,7 @@ hidl_interface {
|
||||||
"android.hidl.base@1.0",
|
"android.hidl.base@1.0",
|
||||||
],
|
],
|
||||||
types: [
|
types: [
|
||||||
|
"Capabilities",
|
||||||
"Model",
|
"Model",
|
||||||
"Operation",
|
"Operation",
|
||||||
"OperationType",
|
"OperationType",
|
||||||
|
|
Loading…
Reference in a new issue