commit | 75a2fb5441559c5cbacb92dee8de32942ed0935a | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Jan 22 11:26:49 2018 -0800 |
committer | Yifan Hong <elsk@google.com> | Mon Jan 22 12:39:33 2018 -0800 |
tree | c0c9a747fad4a9f7851d5a46043fa6c9db3a3fee | |
parent | 6b4448720238e464df21302e707767b0c562db0c [diff] |
health: move util modules to utils/ Test: pass Change-Id: I5eb5202d75e26146d0d40fb726a0722cf8bf9e0f
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