diff options
author | d34d <clark@cyngn.com> | 2015-12-21 15:47:20 -0800 |
---|---|---|
committer | d34d <clark@cyngn.com> | 2015-12-21 18:02:50 -0800 |
commit | 0ab4ff9d21c0fa681905381a7238e4e0bfbcb627 (patch) | |
tree | 0138c816735377a5957634cccfb6470666a1afa2 /samples/externalviews/viewprovider/Android.mk | |
parent | 8a79ddbd0c3c30b02f3ee05fec731f0a15c5378b (diff) | |
download | vendor_cmsdk-0ab4ff9d21c0fa681905381a7238e4e0bfbcb627.zip vendor_cmsdk-0ab4ff9d21c0fa681905381a7238e4e0bfbcb627.tar.gz vendor_cmsdk-0ab4ff9d21c0fa681905381a7238e4e0bfbcb627.tar.bz2 |
ExtView: Move all samples to externalviews directory
Change-Id: I5dae57cd5d80cc378e7244b00e320725fea433b6
Diffstat (limited to 'samples/externalviews/viewprovider/Android.mk')
-rw-r--r-- | samples/externalviews/viewprovider/Android.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/samples/externalviews/viewprovider/Android.mk b/samples/externalviews/viewprovider/Android.mk new file mode 100644 index 0000000..dda3a6f --- /dev/null +++ b/samples/externalviews/viewprovider/Android.mk @@ -0,0 +1,24 @@ +# Copyright (C) 2015 The CyanogenMod Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_STATIC_JAVA_LIBRARIES := \ + org.cyanogenmod.platform.sdk + +LOCAL_SRC_FILES := $(call all-java-files-under, src/) + +LOCAL_PACKAGE_NAME := CMExternalViewProvider + +include $(BUILD_PACKAGE)
\ No newline at end of file |