mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
symlinks for android launcher
Based on webrtc roll https://codereview.webrtc.org/15038830020c2a94ab87needed the addition of tools/telemetry and third_party/catapult symlinks for Android. GN changes required modification of .gn. Change log:626eecf..72c3265Full diff:626eecf..72c3265Changed dependencies: * src/buildtools:818123d..b747a9e* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/fde89b4..6d9e5a7 DEPS diff:626eecf..72c3265/DEPS TBR=jkellander@chromium.org BUG=libyuv:570 Review URL: https://codereview.chromium.org/1709193002 .
This commit is contained in:
parent
22e062a448
commit
810c1791cc
1
.gn
1
.gn
@ -35,6 +35,7 @@ exec_script_whitelist = [
|
||||
"//build/config/linux/pkg_config.gni",
|
||||
"//build/config/mac/mac_sdk.gni",
|
||||
"//build/config/posix/BUILD.gn",
|
||||
"//build/config/sysroot.gni",
|
||||
"//build/config/win/visual_studio_version.gni",
|
||||
"//build/gn_helpers.py",
|
||||
"//build/gypi_to_gn.py",
|
||||
|
||||
@ -87,6 +87,7 @@ if 'android' in target_os:
|
||||
'third_party/android_tools',
|
||||
'third_party/appurify-python',
|
||||
'third_party/ashmem',
|
||||
'third_party/catapult',
|
||||
'third_party/ijar',
|
||||
'third_party/jsr-305',
|
||||
'third_party/junit',
|
||||
@ -98,7 +99,8 @@ if 'android' in target_os:
|
||||
'third_party/robolectric',
|
||||
'tools/android',
|
||||
'tools/grit',
|
||||
'tools/relocation_packer'
|
||||
'tools/relocation_packer',
|
||||
'tools/telemetry',
|
||||
]
|
||||
if 'ios' in target_os:
|
||||
DIRECTORIES.append('third_party/class-dump')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user