diff options
-rw-r--r-- | libartpalette/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartpalette/Android.bp b/libartpalette/Android.bp index 2f41cf6695..66e8bda876 100644 --- a/libartpalette/Android.bp +++ b/libartpalette/Android.bp @@ -60,7 +60,7 @@ art_cc_library { // and binds the methods in the libartpalette-system library. android: { // libartpalette.so dlopen()'s libartpalette-system. - required: ["libartpalette-system"], + runtime_libs: ["libartpalette-system"], srcs: ["apex/palette.cc"], shared_libs: ["liblog"], version_script: "libartpalette.map.txt", |