summaryrefslogtreecommitdiff
path: root/system_wrappers/source
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-10-15 16:19:17 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-10-15 16:19:17 +0000
commitc7266552448a93132e75d0c08eb847a8e9735065 (patch)
treec88d62c89da96ae1600b45bea54c5e568c6d12d6 /system_wrappers/source
parent2a5d481b5e821cff61bbdb7925603e551e9bdec1 (diff)
downloadwebrtc-c7266552448a93132e75d0c08eb847a8e9735065.tar.gz
Update makefiles after merge of Chromium at 6e9c84566c9f
This commit was generated by merge_from_chromium.py. Change-Id: Ia99600712fa5534613907d4426663655656d2285
Diffstat (limited to 'system_wrappers/source')
-rw-r--r--system_wrappers/source/cpu_features_android.target.darwin-arm.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.darwin-arm64.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.darwin-mips.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.darwin-x86.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.darwin-x86_64.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.linux-arm.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.linux-arm64.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.linux-mips.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.linux-x86.mk3
-rw-r--r--system_wrappers/source/cpu_features_android.target.linux-x86_64.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.darwin-arm.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.darwin-arm64.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.darwin-mips.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.darwin-x86.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.darwin-x86_64.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.linux-arm.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.linux-arm64.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.linux-mips.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.linux-x86.mk3
-rw-r--r--system_wrappers/source/system_wrappers.target.linux-x86_64.mk3
20 files changed, 60 insertions, 0 deletions
diff --git a/system_wrappers/source/cpu_features_android.target.darwin-arm.mk b/system_wrappers/source/cpu_features_android.target.darwin-arm.mk
index 2063e380..de6f7e92 100644
--- a/system_wrappers/source/cpu_features_android.target.darwin-arm.mk
+++ b/system_wrappers/source/cpu_features_android.target.darwin-arm.mk
@@ -273,6 +273,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.darwin-arm64.mk b/system_wrappers/source/cpu_features_android.target.darwin-arm64.mk
index cd8b0152..c4cd468d 100644
--- a/system_wrappers/source/cpu_features_android.target.darwin-arm64.mk
+++ b/system_wrappers/source/cpu_features_android.target.darwin-arm64.mk
@@ -243,6 +243,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.darwin-mips.mk b/system_wrappers/source/cpu_features_android.target.darwin-mips.mk
index 8da738d3..1bc61157 100644
--- a/system_wrappers/source/cpu_features_android.target.darwin-mips.mk
+++ b/system_wrappers/source/cpu_features_android.target.darwin-mips.mk
@@ -257,6 +257,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.darwin-x86.mk b/system_wrappers/source/cpu_features_android.target.darwin-x86.mk
index 953a5d86..d6108435 100644
--- a/system_wrappers/source/cpu_features_android.target.darwin-x86.mk
+++ b/system_wrappers/source/cpu_features_android.target.darwin-x86.mk
@@ -255,6 +255,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.darwin-x86_64.mk b/system_wrappers/source/cpu_features_android.target.darwin-x86_64.mk
index e6b6f1ab..a5b33327 100644
--- a/system_wrappers/source/cpu_features_android.target.darwin-x86_64.mk
+++ b/system_wrappers/source/cpu_features_android.target.darwin-x86_64.mk
@@ -253,6 +253,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.linux-arm.mk b/system_wrappers/source/cpu_features_android.target.linux-arm.mk
index 2063e380..de6f7e92 100644
--- a/system_wrappers/source/cpu_features_android.target.linux-arm.mk
+++ b/system_wrappers/source/cpu_features_android.target.linux-arm.mk
@@ -273,6 +273,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.linux-arm64.mk b/system_wrappers/source/cpu_features_android.target.linux-arm64.mk
index cd8b0152..c4cd468d 100644
--- a/system_wrappers/source/cpu_features_android.target.linux-arm64.mk
+++ b/system_wrappers/source/cpu_features_android.target.linux-arm64.mk
@@ -243,6 +243,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.linux-mips.mk b/system_wrappers/source/cpu_features_android.target.linux-mips.mk
index 8da738d3..1bc61157 100644
--- a/system_wrappers/source/cpu_features_android.target.linux-mips.mk
+++ b/system_wrappers/source/cpu_features_android.target.linux-mips.mk
@@ -257,6 +257,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.linux-x86.mk b/system_wrappers/source/cpu_features_android.target.linux-x86.mk
index 953a5d86..d6108435 100644
--- a/system_wrappers/source/cpu_features_android.target.linux-x86.mk
+++ b/system_wrappers/source/cpu_features_android.target.linux-x86.mk
@@ -255,6 +255,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/cpu_features_android.target.linux-x86_64.mk b/system_wrappers/source/cpu_features_android.target.linux-x86_64.mk
index e6b6f1ab..a5b33327 100644
--- a/system_wrappers/source/cpu_features_android.target.linux-x86_64.mk
+++ b/system_wrappers/source/cpu_features_android.target.linux-x86_64.mk
@@ -253,6 +253,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_cpu_features_android_gyp
diff --git a/system_wrappers/source/system_wrappers.target.darwin-arm.mk b/system_wrappers/source/system_wrappers.target.darwin-arm.mk
index 0eb52c88..954f711f 100644
--- a/system_wrappers/source/system_wrappers.target.darwin-arm.mk
+++ b/system_wrappers/source/system_wrappers.target.darwin-arm.mk
@@ -304,6 +304,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.darwin-arm64.mk b/system_wrappers/source/system_wrappers.target.darwin-arm64.mk
index b6635d12..f257dfe7 100644
--- a/system_wrappers/source/system_wrappers.target.darwin-arm64.mk
+++ b/system_wrappers/source/system_wrappers.target.darwin-arm64.mk
@@ -274,6 +274,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.darwin-mips.mk b/system_wrappers/source/system_wrappers.target.darwin-mips.mk
index b4da9895..a7a79f27 100644
--- a/system_wrappers/source/system_wrappers.target.darwin-mips.mk
+++ b/system_wrappers/source/system_wrappers.target.darwin-mips.mk
@@ -288,6 +288,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.darwin-x86.mk b/system_wrappers/source/system_wrappers.target.darwin-x86.mk
index 8744d710..d83ef506 100644
--- a/system_wrappers/source/system_wrappers.target.darwin-x86.mk
+++ b/system_wrappers/source/system_wrappers.target.darwin-x86.mk
@@ -286,6 +286,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.darwin-x86_64.mk b/system_wrappers/source/system_wrappers.target.darwin-x86_64.mk
index c9c55cb6..97962c36 100644
--- a/system_wrappers/source/system_wrappers.target.darwin-x86_64.mk
+++ b/system_wrappers/source/system_wrappers.target.darwin-x86_64.mk
@@ -284,6 +284,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.linux-arm.mk b/system_wrappers/source/system_wrappers.target.linux-arm.mk
index 0eb52c88..954f711f 100644
--- a/system_wrappers/source/system_wrappers.target.linux-arm.mk
+++ b/system_wrappers/source/system_wrappers.target.linux-arm.mk
@@ -304,6 +304,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.linux-arm64.mk b/system_wrappers/source/system_wrappers.target.linux-arm64.mk
index b6635d12..f257dfe7 100644
--- a/system_wrappers/source/system_wrappers.target.linux-arm64.mk
+++ b/system_wrappers/source/system_wrappers.target.linux-arm64.mk
@@ -274,6 +274,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.linux-mips.mk b/system_wrappers/source/system_wrappers.target.linux-mips.mk
index b4da9895..a7a79f27 100644
--- a/system_wrappers/source/system_wrappers.target.linux-mips.mk
+++ b/system_wrappers/source/system_wrappers.target.linux-mips.mk
@@ -288,6 +288,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.linux-x86.mk b/system_wrappers/source/system_wrappers.target.linux-x86.mk
index 8744d710..d83ef506 100644
--- a/system_wrappers/source/system_wrappers.target.linux-x86.mk
+++ b/system_wrappers/source/system_wrappers.target.linux-x86.mk
@@ -286,6 +286,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp
diff --git a/system_wrappers/source/system_wrappers.target.linux-x86_64.mk b/system_wrappers/source/system_wrappers.target.linux-x86_64.mk
index c9c55cb6..97962c36 100644
--- a/system_wrappers/source/system_wrappers.target.linux-x86_64.mk
+++ b/system_wrappers/source/system_wrappers.target.linux-x86_64.mk
@@ -284,6 +284,9 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \
libdl
+### Set directly by aosp_build_settings.
+LOCAL_CLANG := false
+
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_webrtc_system_wrappers_source_system_wrappers_gyp