Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c134049c authored by Carlos Martinez Romero's avatar Carlos Martinez Romero
Browse files

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
parent 58e72130
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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