Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java

Issue 527033003: CPU_ABI in Build has been deprecated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
diff --git a/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java b/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
index cb03a56b74aa77268ed2c2d8a0cc3f1eb0ce2d04..1e52484bc972e830ecfccce333d50abd07e06a83 100644
--- a/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
+++ b/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
@@ -1039,7 +1039,6 @@ class AudioManagerAndroid {
logd("Android SDK: " + Build.VERSION.SDK_INT + ", " +
"Release: " + Build.VERSION.RELEASE + ", " +
"Brand: " + Build.BRAND + ", " +
- "CPU_ABI: " + Build.CPU_ABI + ", " +
"Device: " + Build.DEVICE + ", " +
"Id: " + Build.ID + ", " +
"Hardware: " + Build.HARDWARE + ", " +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698