From bf83f0c2b4b6204fef5586c19847da7d8116fbe6 Mon Sep 17 00:00:00 2001 From: kubersharma001 Date: Sun, 1 Mar 2020 20:24:09 +0100 Subject: [PATCH] Sanders : Regen Change-Id: I4955b7cae2bbe2ac30ddce355f41345272295f04 Signed-off-by: ashwatthama --- Android.bp | 17 +++++++++++++++++ sanders-vendor.mk | 1 + 2 files changed, 18 insertions(+) diff --git a/Android.bp b/Android.bp index 18a4cd0..b18cf5d 100644 --- a/Android.bp +++ b/Android.bp @@ -1,3 +1,4 @@ + // Copyright (C) 2019 The LineageOS Project // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -34,6 +35,22 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libloc_api_v02", + owner: "motorola", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: ["proprietary/vendor/lib64/libloc_api_v02.so"], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + dex_import { name: "WfdCommon", owner: "motorola", diff --git a/sanders-vendor.mk b/sanders-vendor.mk index c0036a9..5efdcb4 100644 --- a/sanders-vendor.mk +++ b/sanders-vendor.mk @@ -1468,6 +1468,7 @@ PRODUCT_PACKAGES += \ embmslibrary \ libtinycompress_vendor \ imscmlibrary \ + libloc_api_v02 \ qcrilhook \ ims \ imssettings \