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",
|
||||
"VehicleHwKeyInputAction",
|
||||
"VehicleIgnitionState",
|
||||
"VehicleOilLevel",
|
||||
"VehiclePropConfig",
|
||||
"VehiclePropValue",
|
||||
"VehicleProperty",
|
||||
|
|
|
@ -25,7 +25,6 @@ hidl_interface {
|
|||
"HalStreamConfiguration",
|
||||
"PhysicalCameraMetadata",
|
||||
"PhysicalCameraSetting",
|
||||
"RequestTemplate",
|
||||
"Stream",
|
||||
"StreamConfiguration",
|
||||
],
|
||||
|
|
|
@ -17,8 +17,10 @@ hidl_interface {
|
|||
"android.hidl.base@1.0",
|
||||
],
|
||||
types: [
|
||||
"DrmMetricGroup",
|
||||
"HdcpLevel",
|
||||
"KeyRequestType",
|
||||
"SecureStopRelease",
|
||||
"SecurityLevel",
|
||||
],
|
||||
gen_java: false,
|
||||
|
|
|
@ -11,6 +11,7 @@ hidl_interface {
|
|||
"IMapper.hal",
|
||||
],
|
||||
interfaces: [
|
||||
"android.hardware.graphics.common@1.0",
|
||||
"android.hardware.graphics.common@1.1",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"android.hidl.base@1.0",
|
||||
|
|
|
@ -15,6 +15,7 @@ hidl_interface {
|
|||
"android.hidl.base@1.0",
|
||||
],
|
||||
types: [
|
||||
"Capabilities",
|
||||
"Model",
|
||||
"Operation",
|
||||
"OperationType",
|
||||
|
|
Loading…
Reference in a new issue