From 1b6a461877c36dc8cce24b0ddea6422164bc9c9a Mon Sep 17 00:00:00 2001 From: Vinh Tran Date: Fri, 30 Sep 2022 16:36:59 -0400 Subject: [PATCH] Allowlist frameworks/av/media/codec2/components/aom and external/libaom Test: CI Change-Id: Id28ebe7fee7a4b6639efff512c32f48dd584e474 --- android/allowlists/allowlists.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 16feb7432..9bba3c3c8 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -133,6 +133,7 @@ var ( "external/jemalloc_new": Bp2BuildDefaultTrueRecursively, "external/jsoncpp": Bp2BuildDefaultTrueRecursively, "external/junit": Bp2BuildDefaultTrueRecursively, + "external/libaom": Bp2BuildDefaultTrueRecursively, "external/libavc": Bp2BuildDefaultTrueRecursively, "external/libcap": Bp2BuildDefaultTrueRecursively, "external/libcxx": Bp2BuildDefaultTrueRecursively, @@ -167,6 +168,7 @@ var ( "frameworks/av": Bp2BuildDefaultTrue, "frameworks/av/media/codecs": Bp2BuildDefaultTrueRecursively, + "frameworks/av/media/codec2/components/aom": Bp2BuildDefaultTrueRecursively, "frameworks/av/media/liberror": Bp2BuildDefaultTrueRecursively, "frameworks/av/services/minijail": Bp2BuildDefaultTrueRecursively, "frameworks/av/media/module/minijail": Bp2BuildDefaultTrueRecursively,