mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
bazel build and workspace to build cast receiver
PiperOrigin-RevId: 229934333
This commit is contained in:
parent
14eb561e38
commit
57ed00873f
2 changed files with 19 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -37,6 +37,12 @@ local.properties
|
|||
proguard.cfg
|
||||
proguard-project.txt
|
||||
|
||||
# Bazel
|
||||
bazel-bin
|
||||
bazel-genfiles
|
||||
bazel-out
|
||||
bazel-testlogs
|
||||
|
||||
# Other
|
||||
.DS_Store
|
||||
cmake-build-debug
|
||||
|
|
@ -66,3 +72,6 @@ extensions/cronet/jniLibs/*
|
|||
extensions/cronet/libs/*
|
||||
!extensions/cronet/libs/README.md
|
||||
|
||||
# Cast receiver
|
||||
cast_receiver_app/external-js
|
||||
cast_receiver_app/bazel-cast_receiver_app
|
||||
|
|
|
|||
10
.hgignore
10
.hgignore
|
|
@ -44,6 +44,12 @@ local.properties
|
|||
proguard.cfg
|
||||
proguard-project.txt
|
||||
|
||||
# Bazel
|
||||
bazel-bin
|
||||
bazel-genfiles
|
||||
bazel-out
|
||||
bazel-testlogs
|
||||
|
||||
# Other
|
||||
.DS_Store
|
||||
cmake-build-debug
|
||||
|
|
@ -69,3 +75,7 @@ extensions/cronet/jniLibs/*
|
|||
!extensions/cronet/jniLibs/README.md
|
||||
extensions/cronet/libs/*
|
||||
!extensions/cronet/libs/README.md
|
||||
|
||||
# Cast receiver
|
||||
cast_receiver_app/external-js
|
||||
cast_receiver_app/bazel-cast_receiver_app
|
||||
|
|
|
|||
Loading…
Reference in a new issue