From 71289eee5b1b97bfb24ad07d51b25a795cfc7ae9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Thu, 12 Sep 2019 13:23:34 +0100 Subject: [PATCH] Add libneuralnetworks_packageinfo to dependencies. libbinder communication from APEX is not allowed, because it doesn't form a stable way to communicate. After an update, if system libbinder and APEX libbinder are out of sync, then they may fail to work with each other. libbiner usage is moved into libneuralnetworks_packageinfo library, which is a stable API library. Test: build & flash crosshatch Bug: 139282353 Change-Id: I7238025af13e9430c266a1aea69f0d0381110df8 --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 44fc7e45db..447e761bf9 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -161,6 +161,7 @@ PRODUCT_PACKAGES += \ libnetd_client \ libnetlink \ libnetutils \ + libneuralnetworks_packageinfo \ libOpenMAXAL \ libOpenSLES \ libpdfium \