Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7224bc9b authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Update makefies: no 'types'" am: 4ee5ec14

am: bab622f6

Change-Id: Iaeb7cc7ff2b16d610136c4a20a6a64884d563f68
parents 93be0288 bab622f6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -13,10 +13,6 @@ hidl_interface {
    interfaces: [
        "android.hidl.base@1.0",
    ],
    types: [
        "Status",
        "TracingCategory",
    ],
    gen_java: true,
}
+0 −10
Original line number Diff line number Diff line
@@ -21,16 +21,6 @@ hidl_interface {
        "android.hardware.audio.effect@2.0",
        "android.hidl.base@1.0",
    ],
    types: [
        "AudioDrain",
        "DeviceAddress",
        "MessageQueueFlagBits",
        "MmapBufferInfo",
        "MmapPosition",
        "ParameterValue",
        "Result",
        "TimeSpec",
    ],
    gen_java: false,
    gen_java_constants: true,
}
+0 −21
Original line number Diff line number Diff line
@@ -21,27 +21,6 @@ hidl_interface {
        "android.hardware.audio.effect@4.0",
        "android.hidl.base@1.0",
    ],
    types: [
        "AudioDrain",
        "AudioFrequencyResponsePoint",
        "AudioMicrophoneChannelMapping",
        "AudioMicrophoneCoordinate",
        "AudioMicrophoneDirectionality",
        "AudioMicrophoneLocation",
        "DeviceAddress",
        "MessageQueueFlagBits",
        "MicrophoneInfo",
        "MmapBufferFlag",
        "MmapBufferInfo",
        "MmapPosition",
        "ParameterValue",
        "PlaybackTrackMetadata",
        "RecordTrackMetadata",
        "Result",
        "SinkMetadata",
        "SourceMetadata",
        "TimeSpec",
    ],
    gen_java: false,
    gen_java_constants: true,
}
+0 −17
Original line number Diff line number Diff line
@@ -22,23 +22,6 @@ hidl_interface {
        "android.hidl.base@1.0",
        "android.hidl.safe_union@1.0",
    ],
    types: [
        "AudioDrain",
        "AudioFrequencyResponsePoint",
        "AudioMicrophoneChannelMapping",
        "AudioMicrophoneCoordinate",
        "AudioMicrophoneDirectionality",
        "AudioMicrophoneLocation",
        "MessageQueueFlagBits",
        "MicrophoneDirection",
        "MicrophoneInfo",
        "MmapBufferFlag",
        "MmapBufferInfo",
        "MmapPosition",
        "ParameterValue",
        "Result",
        "TimeSpec",
    ],
    gen_java: false,
    gen_java_constants: true,
}
+0 −33
Original line number Diff line number Diff line
@@ -9,39 +9,6 @@ hidl_interface {
    srcs: [
        "types.hal",
    ],
    types: [
        "AudioChannelMask",
        "AudioConfig",
        "AudioDevice",
        "AudioFormat",
        "AudioGain",
        "AudioGainConfig",
        "AudioGainMode",
        "AudioHandleConsts",
        "AudioInputFlag",
        "AudioInterleave",
        "AudioMixLatencyClass",
        "AudioMode",
        "AudioOffloadInfo",
        "AudioOutputFlag",
        "AudioPort",
        "AudioPortConfig",
        "AudioPortConfigDeviceExt",
        "AudioPortConfigMask",
        "AudioPortConfigSessionExt",
        "AudioPortDeviceExt",
        "AudioPortMixExt",
        "AudioPortRole",
        "AudioPortSessionExt",
        "AudioPortType",
        "AudioSessionConsts",
        "AudioSource",
        "AudioStreamType",
        "AudioUsage",
        "FixedChannelCount",
        "ThreadInfo",
        "Uuid",
    ],
    gen_java: false,
    gen_java_constants: true,
}
Loading