don't build apicheck for PDK builds, removing dependency on doclava

PDK builds have no Java APIs...

Change-Id: I719e0c206234d03a70f3178fd618676f8ee0e6f4
This commit is contained in:
Brian Swetland 2012-03-28 15:30:36 -07:00
parent bf2c759a67
commit b8775421a5

View file

@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
ifneq ($(TARGET_BUILD_PDK),true)
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
# We use copy-file-to-new-target so that the installed # 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 $@ $(hide) chmod 755 $@
# Apicheck is now part of Doclava -- See external/doclava. # Apicheck is now part of Doclava -- See external/doclava.
endif