From f406edf4408cda3fa4d75b4c8b107af026333835 Mon Sep 17 00:00:00 2001 From: ronish Date: Tue, 14 Feb 2023 17:34:26 +0000 Subject: [PATCH] [CP] Rename healthconnect to healthfitness Change-Id: Icb20784bfe3d07aff5b198b5c8dd2302bb7c854d --- apex/Android.bp | 4 ++-- ...-file_contexts => com.android.healthfitness-file_contexts} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename apex/{com.android.healthconnect-file_contexts => com.android.healthfitness-file_contexts} (100%) diff --git a/apex/Android.bp b/apex/Android.bp index 403eafa6c..2dcae6f7d 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -267,9 +267,9 @@ filegroup { } filegroup { - name: "com.android.healthconnect-file_contexts", + name: "com.android.healthfitness-file_contexts", srcs: [ - "com.android.healthconnect-file_contexts", + "com.android.healthfitness-file_contexts", ], } diff --git a/apex/com.android.healthconnect-file_contexts b/apex/com.android.healthfitness-file_contexts similarity index 100% rename from apex/com.android.healthconnect-file_contexts rename to apex/com.android.healthfitness-file_contexts