aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-26Merge "Add 'vendor: true' to headers to fix vndk builds"Dan Willemsen
2017-10-26Add 'vendor: true' to headers to fix vndk buildsDan Willemsen
Test: lunch aosp_arm64_ab-eng; mmma external/webrtc Change-Id: I39c4bde6811bcb7bd1970338c8429bc9564b0ea0
2017-10-26Merge changes from topic "instruction_set_replace" am: e1ce5311ac am: ff3826d382Dan Willemsen
am: a3f42b7dc9 Change-Id: If979a9ee89e02cb5c2c79e93e54d7ec69c257bd9
2017-10-26Remove WEBRTC_BUILD_NEON_LIBS am: aa415f46df am: d0febdf096Dan Willemsen
am: 353cd3b8aa Change-Id: If557e90a04faec0c458110f1ba9892696de4d922
2017-10-26Include test makefile am: d526425f55 am: db2b8a8c69Dan Willemsen
am: 825d470d20 Change-Id: Ib5a3a405990202a37c46f8dca3dcb8d4239c7ff0
2017-10-26Remove unused gnustl webrtc variants am: c3f927f4f5 am: cc3f37b54eDan Willemsen
am: dcb7e9ea5c Change-Id: I87240ad1d4d6545dc39f93b3082d24525c16fdf3
2017-10-26Merge changes from topic "instruction_set_replace" am: e1ce5311acDan Willemsen
am: ff3826d382 Change-Id: I0158667972232c59f10ca31e84ebc87973e54bc1
2017-10-26Remove WEBRTC_BUILD_NEON_LIBS am: aa415f46dfDan Willemsen
am: d0febdf096 Change-Id: Idd524e65c7ecb3bc0bcc6b07c876d91e19d10ea3
2017-10-26Include test makefile am: d526425f55Dan Willemsen
am: db2b8a8c69 Change-Id: I1a5c6744c78841cf0edf26fc4a1b684e43e0d616
2017-10-26Remove unused gnustl webrtc variants am: c3f927f4f5Dan Willemsen
am: cc3f37b54e Change-Id: I9b3773f1ba4b86bb29002230f161fa59a6e1b993
2017-10-26Merge changes from topic "instruction_set_replace"Dan Willemsen
am: e1ce5311ac Change-Id: If7dcd81893e272465694656e955c1081bdc12457
2017-10-26Remove WEBRTC_BUILD_NEON_LIBSDan Willemsen
am: aa415f46df Change-Id: I3fc2a088fcbae3f324320bdae46404bdfcd52b75
2017-10-26Include test makefileDan Willemsen
am: d526425f55 Change-Id: Icb8cd8f69bc975112ec2928cc713379bc4893eeb
2017-10-26Remove unused gnustl webrtc variantsDan Willemsen
am: c3f927f4f5 Change-Id: I185117b455e7d2eb2cc32ab53a5d0dacd0f687af
2017-10-26Merge changes from topic "instruction_set_replace"Treehugger Robot
* changes: Convert to Android.bp Remove WEBRTC_BUILD_NEON_LIBS Include test makefile Remove unused gnustl webrtc variants
2017-10-25Convert to Android.bpDan Willemsen
See build/soong/README.md for more information. Test: mmma external/webrtc Change-Id: I821fe8af5da246c7d93c2caee2b7e262a2c0ef53
2017-10-25Remove WEBRTC_BUILD_NEON_LIBSDan Willemsen
It doesn't work, and only complicates the Soong conversion (since it can't even be tested). It shouldn't be that hard to reimplement in Soong if we ever fix it. Test: mmma external/webrtc Change-Id: Ia5a23a6b7fb1ee17f7d9633016eb8ff73435b448
2017-10-25Include test makefileDan Willemsen
This wasn't being included by default, but it did build (so it would have been usable with 'mm' manually). Instead just always include it. Test: mmma external/webrtc Change-Id: Ibab5eaa1a2fac7ea7605fc3bef605c4663e8cc82
2017-10-25Remove unused gnustl webrtc variantsDan Willemsen
These aren't being used, and were complicating the makefiles. Test: cs/webrtc gnustl Change-Id: I256bc9da8e0dc89a11fda6a941a9cb43b8c0bb20
2017-08-10release-request-0b474cbb-ff20-424d-a570-a0a7b83a7705-for-git_pi-release-4262 ↵android-build-team Robot
110 snap-temp-L42700000091449286 Change-Id: I8b558dc7cd35c109138a6ed2ad0d6d9d5cabe928
2017-08-10Merge "Suppress non-critical warnings in webrtc." am: cd56b9ddae am: ↵Chih-Hung Hsieh
60c71f62ea am: 3b894e682d am: ff04884918 am: d204c81fdc Change-Id: Icf9338a11a263cbae1f2058ab44b5bd680ac9df0
2017-08-10Merge "Suppress non-critical warnings in webrtc." am: cd56b9ddae am: ↵Chih-Hung Hsieh
60c71f62ea am: 3b894e682d am: ff04884918 Change-Id: Ibe9a4e93f253a1c0654b9eda127baefa483ff912
2017-08-10Merge "Suppress non-critical warnings in webrtc." am: cd56b9ddae am: 60c71f62eaChih-Hung Hsieh
am: 3b894e682d Change-Id: I8ebc7ef377ce2240280eb518cbd4fdf7b2e4df90
2017-08-10Merge "Suppress non-critical warnings in webrtc." am: cd56b9ddaeChih-Hung Hsieh
am: 60c71f62ea Change-Id: I6428edfc933480ad45511ac30409e291538012f6
2017-08-10Merge "Suppress non-critical warnings in webrtc."android-o-mr1-preview-2android-o-mr1-preview-1Chih-Hung Hsieh
am: cd56b9ddae Change-Id: I7b1ed3c35ee9adfec375979ef07bd0c62adc01a9
2017-08-10Merge "Suppress non-critical warnings in webrtc."android-o-iot-preview-5o-iot-preview-5Treehugger Robot
2017-08-09Suppress non-critical warnings in webrtc.Chih-Hung Hsieh
* We should enable those warnings after fixing the upstream source code. Bug: 64487164 Test: build with WITH_TIDY=1 Change-Id: I306b4eb26fc8729f21cab4d5b82c9e3b59d8db3e
2017-07-14Merge "Move all libwebrtc* to vendor image. (2/2)" am: 3d524127ba am: ↵oreo-mr1-devYifan Hong
1bc667417d am: b94e759f1f am: 4f42e5a3a4 Change-Id: I4102e875115058f082560ed5027175a2e9de3f2a
2017-07-14Merge "Move all libwebrtc* to vendor image. (2/2)" am: 3d524127ba am: 1bc667417dYifan Hong
am: b94e759f1f Change-Id: I17a329ab16b4742d43badd9b07a602435192dfdb
2017-07-14Merge "Move all libwebrtc* to vendor image. (2/2)" am: 3d524127baYifan Hong
am: 1bc667417d Change-Id: I267d1c20794ca91671dfc3aea8e3a1fd5caabc42
2017-07-14Merge "Move all libwebrtc* to vendor image. (2/2)"Yifan Hong
am: 3d524127ba Change-Id: Ief1ef735ecb67f9b80219eb65432851b4e85dc64
2017-07-14Merge "Move all libwebrtc* to vendor image. (2/2)"android-o-preview-4Treehugger Robot
2017-07-14Move all libwebrtc* to vendor image. (2/2)Yifan Hong
Native tests are also moved. Test: mma -j BOARD_VNDK_VERSION=current Test: m -j -k BOARD_VNDK_VERSION=current has no errors for webrtc Bug: 62489821 Change-Id: I7f182403c2dabafc20b53f1046f68c1af81cede2
2017-06-16Merge "libwebrtc_base depends on liblog" am: c07e6f5974 am: f08d623d4e am: ↵Yifan Hong
e867596380 -s ours am: 268fd96814 -s ours Change-Id: I3618372d6abadbb1615496c4b38f0a482d1f72fb
2017-06-16Merge "Move all libwebrtc* to vendor image." am: 12aeeac6a5 am: 83cb4ee1d7 ↵Yifan Hong
am: bfb116c3ac -s ours am: bb3ab55c49 -s ours Change-Id: I27f4d32257d9c2c265837efef4d6f4a4b1a02860
2017-06-16Merge "libwebrtc_base depends on liblog" am: c07e6f5974 am: f08d623d4eYifan Hong
am: e867596380 -s ours Change-Id: I13e9b991c0f2513070cb1b700ac686edd5a59b76
2017-06-16Merge "Move all libwebrtc* to vendor image." am: 12aeeac6a5 am: 83cb4ee1d7Yifan Hong
am: bfb116c3ac -s ours Change-Id: I8e1c707693b4d91a19f80a19d00578c0708b9def
2017-06-16Merge "libwebrtc_base depends on liblog" am: c07e6f5974Yifan Hong
am: f08d623d4e Change-Id: I1e376149ca4c357b34538e21b4673ca4d788d876
2017-06-16Merge "Move all libwebrtc* to vendor image." am: 12aeeac6a5Yifan Hong
am: 83cb4ee1d7 Change-Id: Ia8eae124a9a4a6d13740f8ceb4d32198dbfbb296
2017-06-16Merge "libwebrtc_base depends on liblog"Yifan Hong
am: c07e6f5974 Change-Id: Ic5e83a2b51e429b5b707c2022394aaf58fafffe2
2017-06-16Merge "Move all libwebrtc* to vendor image."Yifan Hong
am: 12aeeac6a5 Change-Id: Ica8d1cb32c6de32362df481cfee4dc061bd16f9f
2017-06-16Merge "libwebrtc_base depends on liblog"Treehugger Robot
2017-06-16Merge "Move all libwebrtc* to vendor image."Treehugger Robot
2017-06-14libwebrtc_base depends on liblogYifan Hong
Fix a missing dependency. Test: mma -j Test: m -j -k BOARD_VNDK_VERSION=current has no error for webrtc Bug: 62489821 Merged-In: I479a4addb59b42dd86cc5dfa02cd4ff6d1b6d626 Change-Id: I479a4addb59b42dd86cc5dfa02cd4ff6d1b6d626 (cherry picked from commit c6f833ab1ab6ccb6e0401fa61a182c516b849d87)
2017-06-14Move all libwebrtc* to vendor image.Yifan Hong
Native tests are not moved. Tests include: webrtc_apm_process_test webrtc_isac_test webrtc_apm_unit_test Test: mma -j Test: m -j -k BOARD_VNDK_VERSION=current has no errors for webrtc Bug: 62489821 Merged-In: I013303de263866cbf368f3f89327c5357f9cecdb Change-Id: I013303de263866cbf368f3f89327c5357f9cecdb (cherry picked from commit 8df7e85368569b7cd0afc1ce231b8b3a0ab49333)
2017-06-12libwebrtc_base depends on liblog am: c6f833ab1aYifan Hong
am: 87bd738c87 Change-Id: Ic5a4a491b06f6c3248efede62719ca19f06a905c
2017-06-12Move all libwebrtc* to vendor image. am: 8df7e85368Yifan Hong
am: f7c82f3b00 Change-Id: I35a0c3523926b6cfde832f9dd12a50c0fd2a410a
2017-06-12libwebrtc_base depends on liblogYifan Hong
am: c6f833ab1a Change-Id: I697b598bd1206f16e682021c04e1314860bb327b
2017-06-12Move all libwebrtc* to vendor image.Yifan Hong
am: 8df7e85368 Change-Id: I7f5ad0451aa73ab7e86d13f853ce373fd3d1b771
2017-06-09libwebrtc_base depends on liblogoreo-dr1-devYifan Hong
Fix a missing dependency. Test: mma -j Test: m -j -k BOARD_VNDK_VERSION=current has no error for webrtc Bug: 62489821 Change-Id: I479a4addb59b42dd86cc5dfa02cd4ff6d1b6d626