From 02f95cfee5c9909b64a1e8b887ec2e52fe86aa3d Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Wed, 10 Jul 2024 08:08:08 +0000 Subject: Update allowlist based on internal system image Allowlist of system image diff is generated based on the AOSP main, but this is not sufficient for internal main as it contains more items in the aosp_cf_x86_64_phone system image. This change adds more items in diff so aosp_cf_x86_64_phone build won't break from system image diff. Bug: 346873717 Change-Id: Ic867ce1eb3f415976d37d91a201ebac0b45f0f1e Test: aosp_cf_x86_64_phone build succeeded Ignore-AOSP-First: Internal only feature (cherry picked from commit 7d04b4d978de0045e46ec51e75177596abb05c08) --- tools/filelistdiff/allowlist | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tools/filelistdiff/allowlist') diff --git a/tools/filelistdiff/allowlist b/tools/filelistdiff/allowlist index 943f9559f3..72c12a0f54 100644 --- a/tools/filelistdiff/allowlist +++ b/tools/filelistdiff/allowlist @@ -84,4 +84,16 @@ init.environ.rc # Known diffs only in the Soong system image lib/libhidcommand_jni.so -lib/libuinputcommand_jni.so \ No newline at end of file +lib/libuinputcommand_jni.so + +# Known diffs in internal source +bin/uprobestats +etc/aconfig/flag.map +etc/aconfig/flag.val +etc/aconfig/package.map +etc/bpf/uprobestats/BitmapAllocation.o +etc/bpf/uprobestats/GenericInstrumentation.o +etc/init/UprobeStats.rc +lib/libuprobestats_client.so +lib64/libuprobestats_client.so +priv-app/DeviceDiagnostics/DeviceDiagnostics.apk \ No newline at end of file -- cgit v1.2.3-59-g8ed1b