summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-08-03 10:54:56 -0700
committerCole Faust <colefaust@google.com>2023-08-03 10:54:56 -0700
commit0f12a7d07618ae92a5b4a4365eeabf3be75025a5 (patch)
tree0e1eb436bcb68d587ddc8355b7997419e46ce10b
parent816802b75d7dec591a82019b03fac029587df155 (diff)
downloadLatinIME-0f12a7d07618ae92a5b4a4365eeabf3be75025a5.tar.gz
Remove references to the pdk product variable
pdk is deprecated and has no effect as of aosp/1319667. Test: Presubmits Change-Id: Ic0886cad800e97bd8303ba208b063887055b7b1a
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 9b5ebe9..565ba5a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,9 +41,4 @@ android_app {
dex_preopt: {
enabled: false,
},
- product_variables: {
- pdk: {
- enabled: false,
- },
- },
}