skip building when BUILD_WITHOUT_VENDOR = true

Bug: 128542475
Bug: 129245318
Change-Id: I96804ca004b4feb576294af9b4981624b68cf346
diff --git a/os_pickup.bp b/os_pickup.bp
index e9c5c8a..4cfddc8 100644
--- a/os_pickup.bp
+++ b/os_pickup.bp
@@ -1,3 +1,17 @@
-//we are creating the namespace hardware/qcom/sm8150, hardware/qcom/sm8150/Android.bp links to this file
-soong_namespace {
+//hardware/qcom/sm8150/Android.bp links to this file
+bootstrap_go_package {
+    name: "soong-display_defaults",
+    pkgPath: "android/soong/hardware/qcom/sm8150/display",
+    deps: [
+        "blueprint",
+        "blueprint-pathtools",
+        "soong",
+        "soong-android",
+        "soong-cc",
+        "soong-genrule",
+    ],
+    srcs: [
+        "display/display_defaults.go",
+    ],
+    pluginFor: ["soong_build"],
 }