184a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe/*
284a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * Copyright (C) 2015 The Android Open Source Project
384a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe *
484a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * Licensed under the Apache License, Version 2.0 (the "License");
584a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * you may not use this file except in compliance with the License.
684a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * You may obtain a copy of the License at
784a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe *
884a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe *      http://www.apache.org/licenses/LICENSE-2.0
984a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe *
1084a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * Unless required by applicable law or agreed to in writing, software
1184a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * distributed under the License is distributed on an "AS IS" BASIS,
1284a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1384a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * See the License for the specific language governing permissions and
1484a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe * limitations under the License.
1584a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe */
1684a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe
1784a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe/**
1884a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe *  Identical class to the main src, except with a different value, so we can distinguish them.
1984a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe */
2084a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampepublic class A {
2184a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe    public static String value = "Ex-A";
2284a790358b95e0f79be3a6e69ae9a43dc113f921Andreas Gampe}
23