Sanders : Regen

Change-Id: I4955b7cae2bbe2ac30ddce355f41345272295f04
Signed-off-by: ashwatthama <sai404142@gmail.com>
This commit is contained in:
kubersharma001
2020-03-01 20:24:09 +01:00
committed by ashwatthama
parent a5a6fcc20a
commit bf83f0c2b4
2 changed files with 18 additions and 0 deletions

View File

@@ -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",

View File

@@ -1468,6 +1468,7 @@ PRODUCT_PACKAGES += \
embmslibrary \
libtinycompress_vendor \
imscmlibrary \
libloc_api_v02 \
qcrilhook \
ims \
imssettings \