From 355ae4154efa87bc791a83ceb8fe90998165ad2b Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 3 Aug 2023 10:54:59 -0700 Subject: [PATCH] Remove references to the pdk product variable pdk is deprecated and has no effect as of aosp/1319667. Test: Presubmits Change-Id: I78d7afaaa71b93e575dcd5c20716ffb295b9f522 --- bootstat/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstat/Android.bp b/bootstat/Android.bp index ca59ef39b..0c8760c2d 100644 --- a/bootstat/Android.bp +++ b/bootstat/Android.bp @@ -72,9 +72,6 @@ cc_binary { ], init_rc: ["bootstat.rc"], product_variables: { - pdk: { - enabled: false, - }, debuggable: { init_rc: ["bootstat-debug.rc"], },