Rename targets to use lower case format.
It makes writing a build script for merging libraries across architectures easier. See talk/build/build_ios_libs.sh. BUG= R=andrew@webrtc.org, kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1171793002. Cr-Commit-Position: refs/heads/master@{#9412}
This commit is contained in:
@ -9,11 +9,11 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'PCM16B',
|
||||
'target_name': 'pcm16b',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
'G711',
|
||||
'g711',
|
||||
],
|
||||
'include_dirs': [
|
||||
'include',
|
||||
|
||||
Reference in New Issue
Block a user