1package: "com.android.media.performance.flags" 2container: "system" 3 4flag { 5 name: "media_description_ashmem_bitmap" 6 namespace: "systemui" 7 description: "Use ashmem to pass bitmaps in MediaDescription to avoid excessive Bitmap copies." 8 bug: "288241280" 9 metadata { 10 purpose: PURPOSE_BUGFIX 11 } 12} 13