diff options
author | Steven Moreland <smoreland@google.com> | 2016-11-22 17:25:36 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-11-22 17:25:36 +0000 |
commit | bbff14d4bb5345d605fcfb8040e5bfe1f4110aa5 (patch) | |
tree | 2362154f72dce5417a38e9ff5cfb301cd107e8f2 /graphics | |
parent | b74aac81074405dbccfc8bfc20bdc33b3eff2409 (diff) | |
parent | f8d68ec8555a92b8f3a2f534a90a6cab8cb669c6 (diff) | |
download | platform_hardware_interfaces-bbff14d4bb5345d605fcfb8040e5bfe1f4110aa5.tar.gz platform_hardware_interfaces-bbff14d4bb5345d605fcfb8040e5bfe1f4110aa5.tar.bz2 platform_hardware_interfaces-bbff14d4bb5345d605fcfb8040e5bfe1f4110aa5.zip |
Merge "Update makefiles for logging."
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/allocator/2.0/Android.bp | 1 | ||||
-rw-r--r-- | graphics/common/1.0/Android.bp | 1 | ||||
-rw-r--r-- | graphics/composer/2.1/Android.bp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/graphics/allocator/2.0/Android.bp b/graphics/allocator/2.0/Android.bp index d6e88a38ae..e26e9a3417 100644 --- a/graphics/allocator/2.0/Android.bp +++ b/graphics/allocator/2.0/Android.bp @@ -41,6 +41,7 @@ cc_library_shared { "libhidlbase", "libhidltransport", "libhwbinder", + "liblog", "libutils", "libcutils", "android.hardware.graphics.common@1.0", diff --git a/graphics/common/1.0/Android.bp b/graphics/common/1.0/Android.bp index 6c6ebbeb96..812cf50595 100644 --- a/graphics/common/1.0/Android.bp +++ b/graphics/common/1.0/Android.bp @@ -33,6 +33,7 @@ cc_library_shared { "libhidlbase", "libhidltransport", "libhwbinder", + "liblog", "libutils", "libcutils", ], diff --git a/graphics/composer/2.1/Android.bp b/graphics/composer/2.1/Android.bp index 106a821075..a2e15f4b82 100644 --- a/graphics/composer/2.1/Android.bp +++ b/graphics/composer/2.1/Android.bp @@ -49,6 +49,7 @@ cc_library_shared { "libhidlbase", "libhidltransport", "libhwbinder", + "liblog", "libutils", "libcutils", "android.hardware.graphics.common@1.0", |