From 75a2fb5441559c5cbacb92dee8de32942ed0935a Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 22 Jan 2018 11:26:49 -0800 Subject: [PATCH] health: move util modules to utils/ Test: pass Change-Id: I5eb5202d75e26146d0d40fb726a0722cf8bf9e0f --- health/2.0/{ => utils}/libhealthhalutils/Android.bp | 0 health/2.0/{ => utils}/libhealthhalutils/HealthHalUtils.cpp | 0 .../libhealthhalutils/include/healthhalutils/HealthHalUtils.h | 0 .../libhealthstoragedefault}/Android.bp | 0 .../libhealthstoragedefault}/StorageHealthDefault.cpp | 0 .../libhealthstoragedefault}/include/StorageHealthDefault.h | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename health/2.0/{ => utils}/libhealthhalutils/Android.bp (100%) rename health/2.0/{ => utils}/libhealthhalutils/HealthHalUtils.cpp (100%) rename health/2.0/{ => utils}/libhealthhalutils/include/healthhalutils/HealthHalUtils.h (100%) rename health/2.0/{libstoragehealthdefault => utils/libhealthstoragedefault}/Android.bp (100%) rename health/2.0/{libstoragehealthdefault => utils/libhealthstoragedefault}/StorageHealthDefault.cpp (100%) rename health/2.0/{libstoragehealthdefault => utils/libhealthstoragedefault}/include/StorageHealthDefault.h (100%) diff --git a/health/2.0/libhealthhalutils/Android.bp b/health/2.0/utils/libhealthhalutils/Android.bp similarity index 100% rename from health/2.0/libhealthhalutils/Android.bp rename to health/2.0/utils/libhealthhalutils/Android.bp diff --git a/health/2.0/libhealthhalutils/HealthHalUtils.cpp b/health/2.0/utils/libhealthhalutils/HealthHalUtils.cpp similarity index 100% rename from health/2.0/libhealthhalutils/HealthHalUtils.cpp rename to health/2.0/utils/libhealthhalutils/HealthHalUtils.cpp diff --git a/health/2.0/libhealthhalutils/include/healthhalutils/HealthHalUtils.h b/health/2.0/utils/libhealthhalutils/include/healthhalutils/HealthHalUtils.h similarity index 100% rename from health/2.0/libhealthhalutils/include/healthhalutils/HealthHalUtils.h rename to health/2.0/utils/libhealthhalutils/include/healthhalutils/HealthHalUtils.h diff --git a/health/2.0/libstoragehealthdefault/Android.bp b/health/2.0/utils/libhealthstoragedefault/Android.bp similarity index 100% rename from health/2.0/libstoragehealthdefault/Android.bp rename to health/2.0/utils/libhealthstoragedefault/Android.bp diff --git a/health/2.0/libstoragehealthdefault/StorageHealthDefault.cpp b/health/2.0/utils/libhealthstoragedefault/StorageHealthDefault.cpp similarity index 100% rename from health/2.0/libstoragehealthdefault/StorageHealthDefault.cpp rename to health/2.0/utils/libhealthstoragedefault/StorageHealthDefault.cpp diff --git a/health/2.0/libstoragehealthdefault/include/StorageHealthDefault.h b/health/2.0/utils/libhealthstoragedefault/include/StorageHealthDefault.h similarity index 100% rename from health/2.0/libstoragehealthdefault/include/StorageHealthDefault.h rename to health/2.0/utils/libhealthstoragedefault/include/StorageHealthDefault.h