Home | History | Annotate | Download | only in navigationbar
      1 LOCAL_PATH := $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SDK_VERSION := current
      5 LOCAL_MODULE := setup-wizard-navbar
      6 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
      7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
      8 
      9 include $(BUILD_STATIC_JAVA_LIBRARY)
     10