summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-08-03 10:54:54 -0700
committerCole Faust <colefaust@google.com>2023-08-03 10:54:54 -0700
commit33b283a56b33c11021cd7591ca65e854b502bf25 (patch)
treed539b5db2360cef30c481756e623f06e63589b74
parentddb62ffa3eff2e04ee74f1147e4c6b542a18800f (diff)
downloadneven-33b283a56b33c11021cd7591ca65e854b502bf25.tar.gz
Remove references to the pdk product variable
pdk is deprecated and has no effect as of aosp/1319667. Test: Presubmits Change-Id: I643bcff8e3c88542b7563aeadedd584be8ebf453
-rw-r--r--Android.bp21
1 files changed, 0 insertions, 21 deletions
diff --git a/Android.bp b/Android.bp
index 2241ede..0291f97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -150,37 +150,16 @@ cc_library_shared {
"RFFspeed_501.bmd",
"RFFstd_501.bmd",
],
-
- //disable build in PDK
- product_variables: {
- pdk: {
- enabled: false,
- },
- },
}
prebuilt_usr_share {
name: "RFFspeed_501.bmd",
-
- //disable build in PDK
- product_variables: {
- pdk: {
- enabled: false,
- },
- },
src: "Embedded/common/data/APIEm/Modules/RFFspeed_501.bmd",
sub_dir: "bmd",
}
prebuilt_usr_share {
name: "RFFstd_501.bmd",
-
- //disable build in PDK
- product_variables: {
- pdk: {
- enabled: false,
- },
- },
src: "Embedded/common/data/APIEm/Modules/RFFstd_501.bmd",
sub_dir: "bmd",
}