Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91d8ec18 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Don't build libmediandk for PDK"

parents 67c9437d 83ae5be9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
#
# Copyright (C) 2010 The Android Open Source Project
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,6 +16,8 @@

LOCAL_PATH:= $(call my-dir)

ifneq ($(TARGET_BUILD_PDK), true)

include $(CLEAR_VARS)

LOCAL_SRC_FILES:=                                       \
@@ -39,3 +41,5 @@ LOCAL_SHARED_LIBRARIES := \
    libandroid_runtime \

include $(BUILD_SHARED_LIBRARY)

endif