From 0afc25088d7e09de0f76f109c7e1b7f92d06a954 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Tue, 25 Oct 2022 10:18:00 +0900 Subject: Enable host libbcc even on unbundled builds Because host bcc isn't disabled regardless of unbundled builds. Test: build with TARGET_BUILD_UNBUNDLED_IMAGE Change-Id: I42aabaad3dc785638836afb38443473406843026 --- lib/Android.bp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lib/Android.bp b/lib/Android.bp index 7c53f60..6ddc652 100644 --- a/lib/Android.bp +++ b/lib/Android.bp @@ -80,13 +80,12 @@ cc_library { "libdl", "liblog", ], - }, - }, - - product_variables: { - unbundled_build: { - // Don't build in unbundled branches - enabled: false, + product_variables: { + unbundled_build: { + // Don't build in unbundled branches + enabled: false, + }, + }, }, }, } -- cgit v1.2.3