Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c057c569 authored by Walter Jang's avatar Walter Jang Committed by android-build-merger
Browse files

Consolidate commonbind and contactsbind (1/2)

am: e837ae3e

Change-Id: I490e18776aca2da0fd61790eeea4e6d0b52db285
parents a3170eec e837ae3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

-keep class com.android.contacts.common.** { *;}
# For test:
-keep class com.android.contacts.commonbind.analytics.AnalyticsUtil { *;}
-keep class com.android.contactsbind.analytics.AnalyticsUtil { *;}
-keep class com.android.contacts.interactions.** { *;}
-keep class com.android.contacts.util.SyncUtil { *;}
-keep class com.google.common.base.Objects { *;}
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * or implied. See the License for the specific language governing permissions and limitations under
 * the License.
 */
package com.android.contacts.commonbind;
package com.android.contactsbind;

import com.android.contacts.common.logging.Logger;
import com.android.contacts.common.preference.PreferenceManager;
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
 * the License.
 */

package com.android.contacts.commonbind.analytics;
package com.android.contactsbind.analytics;

import android.app.Activity;
import android.app.Application;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License
 */
package com.android.contacts.commonbind.experiments;
package com.android.contactsbind.experiments;

import android.content.Context;

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License
 */

package com.android.contacts.commonbind.util;
package com.android.contactsbind.util;

import android.content.Context;
import android.content.pm.PackageManager;
Loading