summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 9d98083..8653519 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+#disable build in PDK
+ifneq ($(TARGET_BUILD_PDK),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -139,3 +142,5 @@ LOCAL_MODULE_CLASS := etc
LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/share/bmd
LOCAL_SRC_FILES := Embedded/common/data/APIEm/Modules/RFFstd_501.bmd
include $(BUILD_PREBUILT)
+
+endif #TARGET_BUILD_PDK