summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp27
1 files changed, 10 insertions, 17 deletions
diff --git a/Android.bp b/Android.bp
index 6b0f829..160a220 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,10 +14,6 @@
// limitations under the License.
//
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
cc_binary {
name: "gsi_tool",
shared_libs: [
@@ -59,8 +55,14 @@ cc_library_static {
"gsi_aidl_interface-cpp",
"libbase",
"libbinder",
+ "libcutils",
+ "liblog",
+ "libservices",
"libutils",
],
+ static_libs: [
+ "libgsi",
+ ],
export_include_dirs: ["include"],
}
@@ -101,22 +103,9 @@ cc_binary {
"libgsi",
"libgsid",
"liblp",
- "libselinux",
"libutils",
"libc++fs",
- "libvold_binder",
- ],
- header_libs: [
- "libstorage_literals_headers",
],
- target: {
- android: {
- shared_libs: [
- "libprocessgroup",
- "libvndksupport",
- ],
- },
- },
local_include_dirs: ["include"],
}
@@ -145,3 +134,7 @@ filegroup {
],
path: "aidl",
}
+
+vts_config {
+ name: "VtsGsiBootTest",
+}