upload android base code part8
This commit is contained in:
parent
841ae54672
commit
5425409085
57075 changed files with 9846578 additions and 0 deletions
11
android/packages/experimental/PrintService/Android.mk
Normal file
11
android/packages/experimental/PrintService/Android.mk
Normal file
|
@ -0,0 +1,11 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_PACKAGE_NAME := PrintService
|
||||
|
||||
include $(BUILD_PACKAGE)
|
Loading…
Add table
Add a link
Reference in a new issue