summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-08-04 01:24:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-04 01:24:00 +0000
commite6ca0156450e010df7c1d9624c0eb97a9b2bc1e8 (patch)
tree72f5d244f9b700886de48ba053a97c7259f56e85
parent2b4a033faeb9757aec40b68937e98ac303649a4c (diff)
parentddd1673e65ce9346effc20e25a4ddc4ae49e6579 (diff)
downloaddalvik-e6ca0156450e010df7c1d9624c0eb97a9b2bc1e8.tar.gz
Merge "Remove references to the pdk product variable" into main
-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 {