diff options
Diffstat (limited to 'tools/apicheck')
-rw-r--r-- | tools/apicheck/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/apicheck/Android.mk b/tools/apicheck/Android.mk index 24f697c..1674a17 100644 --- a/tools/apicheck/Android.mk +++ b/tools/apicheck/Android.mk @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +ifneq ($(TARGET_BUILD_PDK),true) LOCAL_PATH := $(call my-dir) # We use copy-file-to-new-target so that the installed @@ -36,3 +37,4 @@ $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/etc/apicheck | $(ACP) $(hide) chmod 755 $@ # Apicheck is now part of Doclava -- See external/doclava. +endif |