OSDN Git Service

build: Fix golem build to exclude libartd.so from public.libraries.txt
authorIgor Murashkin <iam@google.com>
Wed, 28 Sep 2016 16:04:07 +0000 (09:04 -0700)
committerIgor Murashkin <iam@google.com>
Wed, 28 Sep 2016 16:04:07 +0000 (09:04 -0700)
commit4c226593625b48b7338e6b090f5285f0eca716fc
tree44025aff69a50849e13eb579507fe266cd9cb706
parent017efa83f02ce113090753d618554827fbabea4a
build: Fix golem build to exclude libartd.so from public.libraries.txt

Golem doesn't build libartd.so, so at runtime the JNI loading would fail
when trying to initialize the android library namespaces.

Test: build-art-target-golem
Bug: 31401609
Change-Id: I2ee988e84d0a87b3cd1338d29fc28a874905cccc
Android.mk