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,7 +9,7 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G711',
|
||||
'target_name': 'g711',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
@ -41,7 +41,7 @@
|
||||
'target_name': 'g711_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'G711',
|
||||
'g711',
|
||||
],
|
||||
'sources': [
|
||||
'test/testG711.cc',
|
||||
|
||||
Reference in New Issue
Block a user