Remove references to the pdk product variable am: e1780be8cc am: abe2e5820b am: fbda8ab799 am: df396de26b am: 0cfa9cfb5b

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Car/Notification/+/2693267

Change-Id: Ibca7338359339e0deefae3970b65097c72020118
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 950aae7..da4dd63 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,12 +50,6 @@
 
     manifest: "AndroidManifest.xml",
 
-    product_variables: {
-        pdk: {
-            enabled: false,
-        },
-    },
-
     required: ["allowed_privapp_com.android.car.notification"],
 }
 
@@ -94,12 +88,6 @@
     ],
 
     libs: ["android.car-system-stubs"],
-
-    product_variables: {
-        pdk: {
-            enabled: false,
-        },
-    },
 }
 
 // As Lib
@@ -132,12 +120,6 @@
     ],
 
     libs: ["android.car-system-stubs"],
-
-    product_variables: {
-        pdk: {
-            enabled: false,
-        },
-    },
 }
 
 // Testing lib
@@ -178,12 +160,6 @@
 
     libs: ["android.car-system-stubs"],
 
-    product_variables: {
-        pdk: {
-            enabled: false,
-        },
-    },
-
     dxflags: ["--multi-dex"],
 
     aaptflags: ["--extra-packages com.android.car.notification"],