diff options
author | Praneeth Bajjuri | 2016-04-27 00:14:05 -0500 |
---|---|---|
committer | Praneeth Bajjuri | 2016-04-27 00:14:05 -0500 |
commit | ea94a53a31427ada1f8b6219b4cb0fc6398e5f52 (patch) | |
tree | f3141ed65262469d48dbcee65e79b3fb8178ffcb /AndroidProducts.mk | |
parent | e47dcceeac4e601f3203c61f5230c91fdb69e72d (diff) | |
download | device-ti-am57xevm-ea94a53a31427ada1f8b6219b4cb0fc6398e5f52.tar.gz device-ti-am57xevm-ea94a53a31427ada1f8b6219b4cb0fc6398e5f52.tar.xz device-ti-am57xevm-ea94a53a31427ada1f8b6219b4cb0fc6398e5f52.zip |
AM57xevm: Initial Device project baseline
Initial commit based on jacinto6evm board
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r-- | AndroidProducts.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk new file mode 100644 index 0000000..5de1467 --- /dev/null +++ b/AndroidProducts.mk | |||
@@ -0,0 +1,17 @@ | |||
1 | # | ||
2 | # Copyright (C) 2011 The Android Open-Source Project | ||
3 | # | ||
4 | # Licensed under the Apache License, Version 2.0 (the "License"); | ||
5 | # you may not use this file except in compliance with the License. | ||
6 | # You may obtain a copy of the License at | ||
7 | # | ||
8 | # http://www.apache.org/licenses/LICENSE-2.0 | ||
9 | # | ||
10 | # Unless required by applicable law or agreed to in writing, software | ||
11 | # distributed under the License is distributed on an "AS IS" BASIS, | ||
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
13 | # See the License for the specific language governing permissions and | ||
14 | # limitations under the License. | ||
15 | # | ||
16 | |||
17 | PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_am57xevm.mk | ||