Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_modules_Bluetooth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid
platform_packages_modules_Bluetooth
Commits
30d32d33
Commit
30d32d33
authored
8 years ago
by
Jakub Pawlowski
Browse files
Options
Downloads
Patches
Plain Diff
Update Linux BUILD.gn files
Test: build with ninja Change-Id: I4993dae7f76479da9bfad70aae88cc51fd7127d5
parent
4fd1b4b2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
system/bta/BUILD.gn
+0
-1
0 additions, 1 deletion
system/bta/BUILD.gn
system/stack/BUILD.gn
+8
-0
8 additions, 0 deletions
system/stack/BUILD.gn
with
8 additions
and
1 deletion
system/bta/BUILD.gn
+
0
−
1
View file @
30d32d33
...
...
@@ -64,7 +64,6 @@ static_library("bta") {
"hh/bta_hh_le.cc",
"hh/bta_hh_main.cc",
"hh/bta_hh_utils.cc",
"hd/bta_hd_utils.cc",
"hd/bta_hd_act.cc",
"hd/bta_hd_api.cc",
"hd/bta_hd_main.cc",
...
...
This diff is collapsed.
Click to expand it.
system/stack/BUILD.gn
+
8
−
0
View file @
30d32d33
...
...
@@ -17,10 +17,17 @@
static_library("stack") {
sources = [
"a2dp/a2dp_api.cc",
"a2dp/a2dp_codec_config.cc",
"a2dp/a2dp_sbc.cc",
"a2dp/a2dp_sbc_encoder.cc",
"a2dp/a2dp_sbc_up_sample.cc",
"a2dp/a2dp_vendor.cc",
"a2dp/a2dp_vendor_aptx.cc",
"a2dp/a2dp_vendor_aptx_encoder.cc",
"a2dp/a2dp_vendor_aptx_hd.cc",
"a2dp/a2dp_vendor_aptx_hd_encoder.cc",
"a2dp/a2dp_vendor_ldac.cc",
"a2dp/a2dp_vendor_ldac_encoder.cc",
"avct/avct_api.cc",
"avct/avct_bcb_act.cc",
"avct/avct_ccb.cc",
...
...
@@ -213,6 +220,7 @@ executable("stack_unittests") {
"//osi",
"//btcore",
"//device",
"//embdrv/sbc",
"//hci",
"//main:bluetooth.default",
"//third_party/googletest:gmock_main",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment