Sanders : Regen
Change-Id: I4955b7cae2bbe2ac30ddce355f41345272295f04 Signed-off-by: ashwatthama <sai404142@gmail.com>
This commit is contained in:
committed by
ashwatthama
parent
a5a6fcc20a
commit
bf83f0c2b4
17
Android.bp
17
Android.bp
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
// Copyright (C) 2019 The LineageOS Project
|
// Copyright (C) 2019 The LineageOS Project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@@ -34,6 +35,22 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
dex_import {
|
||||||
name: "WfdCommon",
|
name: "WfdCommon",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
|
|||||||
@@ -1468,6 +1468,7 @@ PRODUCT_PACKAGES += \
|
|||||||
embmslibrary \
|
embmslibrary \
|
||||||
libtinycompress_vendor \
|
libtinycompress_vendor \
|
||||||
imscmlibrary \
|
imscmlibrary \
|
||||||
|
libloc_api_v02 \
|
||||||
qcrilhook \
|
qcrilhook \
|
||||||
ims \
|
ims \
|
||||||
imssettings \
|
imssettings \
|
||||||
|
|||||||
Reference in New Issue
Block a user