SetupWizardLibrary/navigationbar/common.mk
Maurice Lam 3da01bb1e0 Move navigationbar to frameworks/opt
Move the navigationbar library project to frameworks/opt so that
Settings (which cannot depend on vendor/google) can use it directly.

Also renamed the package from
com.google.android.setupwizard.navigationbar to
com.android.setupwizard.navigationbar

Change-Id: Ifdc099b3d23b6f1cb35d040b4b6e4d42a5cbf6de
2014-06-04 13:35:09 -07:00

9 lines
317 B
Makefile

#
# This file is to be included in makefiles that use the navigation bar
# Please include this just before building the package
#
LOCAL_RESOURCE_DIR += $(call my-dir)/res
LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.setupwizard.navigationbar
LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-navbar