From c134049c14813d54afabc908209c0a833e9ed112 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Romero Date: Wed, 18 Oct 2023 17:55:10 +0000 Subject: Update the namespace for the compute bounds flag. Previously I created a new namespace based on the filegroup name that was already defined in the Android.bp. The namespace core_graphics is already managed and this flag should just join our managed flags already. This will be better than managing a new namespace just for this flag. Bug: 304478551 Test: make Change-Id: Id116fa94da627a9687992d23cd31820cccf15c6a --- graphics/java/android/framework_graphics.aconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/java/android') diff --git a/graphics/java/android/framework_graphics.aconfig b/graphics/java/android/framework_graphics.aconfig index e030dad6bf14..9a0a22a08a0c 100644 --- a/graphics/java/android/framework_graphics.aconfig +++ b/graphics/java/android/framework_graphics.aconfig @@ -2,7 +2,7 @@ package: "com.android.graphics.flags" flag { name: "exact_compute_bounds" - namespace: "framework_graphics" + namespace: "core_graphics" description: "Add a function without unused exact param for computeBounds." bug: "304478551" } \ No newline at end of file -- cgit v1.2.3-59-g8ed1b