summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-08-03 10:54:57 -0700
committerCole Faust <colefaust@google.com>2023-08-03 10:54:57 -0700
commitbffee7ff67027943f184a5dba4c507387a52f3d1 (patch)
tree5f2e1010b15660e1ed9c99243a28b56bf11e6639
parent1742e07cdcef871dd1d7632f9818e862497ce8e3 (diff)
downloadLocalMediaPlayer-bffee7ff67027943f184a5dba4c507387a52f3d1.tar.gz
Remove references to the pdk product variable
pdk is deprecated and has no effect as of aosp/1319667. Test: Presubmits Change-Id: I6fe064f2a81ee7a297816340e55b66f55d277bc0
-rw-r--r--Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp
index 62e42b0..8c9a515 100644
--- a/Android.bp
+++ b/Android.bp
@@ -26,11 +26,6 @@ java_library {
type: "nano",
local_include_dirs: ["proto"],
},
- product_variables: {
- pdk: {
- enabled: false,
- },
- },
}
// Actual Package
@@ -54,9 +49,4 @@ android_app {
dex_preopt: {
enabled: false,
},
- product_variables: {
- pdk: {
- enabled: false,
- },
- },
}