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

Side by Side Diff: build/android/tests/multiple_proguards/src/dummy/NativeLibraries.java

Issue 1213433007: Add -bootclasspath argument to javac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase path Created 5 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package org.chromium.base.library_loader;
6
7 /**
8 * This is a complete dummy, required because base now requires a version of
9 * NativeLibraries to build, but doesn't include it in its jar file.
10 */
11 public class NativeLibraries {
12 public static boolean sUseLinker = false;
13 public static boolean sUseLibraryInZipFile = false;
14 public static boolean sEnableLinkerTests = false;
15 static final String[] LIBRARIES = {};
16 static String sVersionNumber = "";
17 }
OLDNEW
« no previous file with comments | « build/android/tests/multiple_proguards/src/dummy/DummyActivity.java ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698