Merge "Suppress unused-parameters warnings in external/neven/"
am: a25a2cb1f8

* commit 'a25a2cb1f880f79e913449e08b1d3e91c43a4e25':
  Suppress unused-parameters warnings in external/neven/
diff --git a/Android.mk b/Android.mk
index bdd1806..3d11adf 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)
 
@@ -132,3 +135,5 @@
 
 
 include $(BUILD_SHARED_LIBRARY)
+
+endif #TARGET_BUILD_PDK