From 350694ad102992a87f0eea4dfb30157e92b91759 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 10 Sep 2018 11:06:42 -0700 Subject: Framework: Ensure important fdsan function is compiled Compile ForwardingOs fdsan-using functions. Follow-up to commit 5625660c650a0923d4c7f020f2eb7eef7d5962d4. The function is relatively hot now, and importantly part of the 'abort' stack for fdsan issues. Test: m Change-Id: Iad9883b8fd85fc362bb3252739e3e3acc45373af --- config/boot-image-profile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config/boot-image-profile.txt b/config/boot-image-profile.txt index 0495b8e62120..35676059124a 100644 --- a/config/boot-image-profile.txt +++ b/config/boot-image-profile.txt @@ -11825,6 +11825,7 @@ HPLlibcore/io/BlockGuardOs;->readlink(Ljava/lang/String;)Ljava/lang/String; HPLlibcore/io/BlockGuardOs;->rename(Ljava/lang/String;Ljava/lang/String;)V HPLlibcore/io/BlockGuardOs;->sendto(Ljava/io/FileDescriptor;[BIIILjava/net/SocketAddress;)I HPLlibcore/io/BlockGuardOs;->write(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;)I +HPLlibcore/io/ForwardingOs;->android_fdsan_exchange_owner_tag(Ljava/io/FileDescriptor;JJ)V HPLlibcore/io/ForwardingOs;->munlock(JJ)V HPLlibcore/io/ForwardingOs;->munmap(JJ)V HPLlibcore/io/ForwardingOs;->setsockoptByte(Ljava/io/FileDescriptor;III)V -- cgit v1.2.3-59-g8ed1b