summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@google.com>2015-11-11 11:35:06 -0800
committerBen Henry <benhenry@google.com>2015-11-16 21:56:07 +0000
commit32492b10c3710695180da7c017bc9552a80da6bf (patch)
tree537bbd089b9c853e8ea42288ddaa9cee69c3bee4
parent58001302e3f67a10dd58ee9ecb92daa4ced4d274 (diff)
downloadcommon-brillo-m7-dev.tar.gz
brillo_gpios: Update libchromeos -> libbrillobrillo-m7-releasebrillo-m7-mr-devbrillo-m7-dev
BUG=25641461 Change-Id: Ied83462465883268e68c6d980f2a1d0e2aa7ea22 (cherry picked from commit 9f9e75e8fefa0a30fa22ec2011ed41d6e5eb8cc1)
-rw-r--r--brillo_gpios/src/gpio_playground/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo_gpios/src/gpio_playground/Android.mk b/brillo_gpios/src/gpio_playground/Android.mk
index 275151f..72c995e 100644
--- a/brillo_gpios/src/gpio_playground/Android.mk
+++ b/brillo_gpios/src/gpio_playground/Android.mk
@@ -18,7 +18,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := gpio_playground
LOCAL_SRC_FILES := gpio_playground.cpp
-LOCAL_SHARED_LIBRARIES := libchrome libchromeos libchromeos-stream
+LOCAL_SHARED_LIBRARIES := libchrome libbrillo libbrillo-stream
LOCAL_C_INCLUDES := external/gtest/include
LOCAL_CFLAGS := -Wall -Werror
include $(BUILD_EXECUTABLE)