From 809d3f8f63d32677fce73a90632ef96c9505ec95 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 5 Dec 2017 16:51:22 -0800 Subject: [PATCH] Allow warnings in libbufferhub. * This directory still has warnings. Test: normal build Change-Id: Ie322ebf38d828d63e9115308b8e71769fc2a452a --- cc/config/global.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/global.go b/cc/config/global.go index a18609b9a..a24b60cfe 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -127,6 +127,7 @@ var ( "frameworks/av/media/libstagefright/codecs/", "frameworks/base/tools/streaming_proto/", "frameworks/ml/nn/", + "frameworks/native/libs/vr/libbufferhub/", "frameworks/native/libs/vr/libbufferhubqueue/", "frameworks/native/libs/vr/libdvr/tests/", "frameworks/native/services/surfaceflinger/tests/",