04d91a4cd0
The OpenJDK21 build requires a 20 or 21 bootstrap JDK, which we don't yet have prebuilts for. Check in this locally built OpenJDK21. This will be replaced with a JDK built on the build servers once they have completed a build bootstrapped from this JDK. Bug: 302395149 Test: toolchain/jdk/build/build-openjdk21-linux.sh Change-Id: Ib968726bc96e04c3ca9cb3b964a7be5d028244c1
40 lines
1.2 KiB
Properties
40 lines
1.2 KiB
Properties
############################################################
|
|
# Sound Configuration File
|
|
############################################################
|
|
#
|
|
# This properties file is used to specify default service
|
|
# providers for javax.sound.midi.MidiSystem and
|
|
# javax.sound.sampled.AudioSystem.
|
|
#
|
|
# The following keys are recognized by MidiSystem methods:
|
|
#
|
|
# javax.sound.midi.Receiver
|
|
# javax.sound.midi.Sequencer
|
|
# javax.sound.midi.Synthesizer
|
|
# javax.sound.midi.Transmitter
|
|
#
|
|
# The following keys are recognized by AudioSystem methods:
|
|
#
|
|
# javax.sound.sampled.Clip
|
|
# javax.sound.sampled.Port
|
|
# javax.sound.sampled.SourceDataLine
|
|
# javax.sound.sampled.TargetDataLine
|
|
#
|
|
# The values specify the full class name of the service
|
|
# provider, or the device name.
|
|
#
|
|
# See the class descriptions for details.
|
|
#
|
|
# Example 1:
|
|
# Use MyDeviceProvider as default for SourceDataLines:
|
|
# javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider
|
|
#
|
|
# Example 2:
|
|
# Specify the default Synthesizer by its name "InternalSynth".
|
|
# javax.sound.midi.Synthesizer=#InternalSynth
|
|
#
|
|
# Example 3:
|
|
# Specify the default Receiver by provider and name:
|
|
# javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1
|
|
#
|