nativepower: Rename libchromeos into libbrillo

BUG: 24872993
Change-Id: Id826f4188371360685ce370267553d20af65bdd0
diff --git a/Android.mk b/Android.mk
index 72394ad..f6aaac9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-# libchromeos is only built for Linux, so this package is too.
+# libbrillo is only built for Linux, so this package is too.
 ifeq ($(HOST_OS),linux)
 
 include $(call all-subdir-makefiles)
diff --git a/client/Android.mk b/client/Android.mk
index 69fdd3f..ef3409b 100644
--- a/client/Android.mk
+++ b/client/Android.mk
@@ -22,8 +22,8 @@
 libnativepower_CommonSharedLibraries := \
   libbinder \
   libbinderwrapper \
+  libbrillo \
   libchrome \
-  libchromeos \
   libpowermanager \
   libutils \
 
diff --git a/daemon/Android.mk b/daemon/Android.mk
index 53d9b08..3bfd722 100644
--- a/daemon/Android.mk
+++ b/daemon/Android.mk
@@ -43,8 +43,8 @@
 LOCAL_STATIC_LIBRARIES := libnativepowerman
 LOCAL_SHARED_LIBRARIES := \
   $(nativepowerman_CommonSharedLibraries) \
-  libchromeos \
-  libchromeos-binder \
+  libbrillo \
+  libbrillo-binder \
 
 LOCAL_SRC_FILES := main.cc
 
@@ -76,7 +76,7 @@
 LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include
 LOCAL_SHARED_LIBRARIES := \
   $(nativepowerman_CommonSharedLibraries) \
-  libchromeos \
+  libbrillo \
 
 LOCAL_SRC_FILES := \
   BnPowerManager.cc \
diff --git a/example/Android.mk b/example/Android.mk
index 19936e5..88ad156 100644
--- a/example/Android.mk
+++ b/example/Android.mk
@@ -27,8 +27,8 @@
 LOCAL_SHARED_LIBRARIES := \
   libbinder \
   libbinderwrapper \
+  libbrillo \
   libchrome \
-  libchromeos \
   libnativepower \
   libpowermanager \
   libutils \