summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-08-03 10:54:53 -0700
committerCole Faust <colefaust@google.com>2023-08-03 10:54:53 -0700
commitddd1673e65ce9346effc20e25a4ddc4ae49e6579 (patch)
tree72f5d244f9b700886de48ba053a97c7259f56e85
parent2b4a033faeb9757aec40b68937e98ac303649a4c (diff)
downloaddalvik-ddd1673e65ce9346effc20e25a4ddc4ae49e6579.tar.gz
Remove references to the pdk product variable
pdk is deprecated and has no effect as of aosp/1319667. Test: Presubmits Change-Id: I52abb6188b677cd8bc79a72f5b4b1638fbc7cb18
-rw-r--r--dx/Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/dx/Android.bp b/dx/Android.bp
index b8ace1fd1..bd44d167c 100644
--- a/dx/Android.bp
+++ b/dx/Android.bp
@@ -1,10 +1,6 @@
// Copyright 2006 The Android Open Source Project
//
-// This tool is prebuilt if we're doing an app-only build.
-// ANDROIDMK TRANSLATION ERROR: unsupported conditional
-// ifeq ($(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)),)
-
// dx java library
// ============================================================
package {
@@ -30,11 +26,6 @@ java_binary_host {
srcs: ["src/**/*.java"],
manifest: "etc/manifest.txt",
java_version: "1.7",
- product_variables: {
- pdk: {
- enabled: false,
- },
- },
}
java_binary_host {