summaryrefslogtreecommitdiff
path: root/amber/camera/Android.mk
diff options
context:
space:
mode:
authorChenjie Luo <cjluo@google.com>2017-12-20 15:13:15 -0800
committerChenjie Luo <cjluo@google.com>2017-12-20 23:14:32 +0000
commit03adce190107e13ca69ec660b6e209b515fb739d (patch)
tree6b4defa9ed8815d94d3ade09774d58da1dedaf2c /amber/camera/Android.mk
parent6688893a460dec6ccc8de0dab097433a88cf2127 (diff)
downloadeasel-03adce190107e13ca69ec660b6e209b515fb739d.tar.gz
hardware: Migrate hardware/google/easel to hardwre/google/easel/amber
amber is our code name for 2017 easel software. blue is our code name for 2018 easel software. Bug: 70639754 Test: Build pass Change-Id: I92aa5da8d0364c969104ae8f0bb6fccdd782a723
Diffstat (limited to 'amber/camera/Android.mk')
-rw-r--r--amber/camera/Android.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/amber/camera/Android.mk b/amber/camera/Android.mk
new file mode 100644
index 0000000..619c2a6
--- /dev/null
+++ b/amber/camera/Android.mk
@@ -0,0 +1,16 @@
+# Copyright 2017 The Android Open Source 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.
+ifeq ($(BOARD_USES_EASEL),true)
+ include $(call all-subdir-makefiles)
+endif