From 404fb47dafa2e7119c8a6d526ff1f36c121d9358 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Tue, 20 Sep 2022 01:50:17 +0530 Subject: [PATCH] fixup! Hookup GRALLOC_HANDLE_HAS_RESERVED_SIZE Change-Id: Id12058a238c241acb138e3e419bb0bab8280e51b --- build/soong/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/soong/Android.bp b/build/soong/Android.bp index 6e220066..a152b314 100644 --- a/build/soong/Android.bp +++ b/build/soong/Android.bp @@ -71,7 +71,7 @@ gralloc_10_usage_bits { soong_config_module_type { name: "gralloc_handle_reserved_size", module_type: "cc_defaults", - config_namespace: "calyxGlobalVars", + config_namespace: "lineageGlobalVars", bool_variables: ["gralloc_handle_has_reserved_size"], properties: ["export_cflags"], }