From 429e5a6363e698d8083ff5e0849f645f789c9abd Mon Sep 17 00:00:00 2001 From: Daniel Cardenas Date: Mon, 6 Nov 2017 11:57:06 -0800 Subject: [PATCH] PDK fix. Remove conditional that stops component from being in PDK. Bug: 67663308 Test: Build on master and PDK branch Change-Id: I101452230376c4c509004cf6d03070ce85620e89 --- tools/apicheck/Android.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/apicheck/Android.mk b/tools/apicheck/Android.mk index b5470588e..ab3493d9c 100644 --- a/tools/apicheck/Android.mk +++ b/tools/apicheck/Android.mk @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -ifneq ($(TARGET_BUILD_PDK),true) LOCAL_PATH := $(call my-dir) # the hat script @@ -26,4 +25,3 @@ LOCAL_REQUIRED_MODULES := doclava include $(BUILD_PREBUILT) # Apicheck is now part of Doclava -- See external/doclava. -endif