summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2019-04-22 02:20:43 (GMT)
committer Xiaoliang Wang <xiaoliang.wang@amlogic.com>2019-05-14 09:46:58 (GMT)
commit9420db4e28f346a3a80160dbcec229561e3faf65 (patch)
tree3c2b3c56ede6804c5dbe96da1ab152bbd877d607
parentc5c0f945282ef8d1c87a6dde8e7a96f412e2ba1e (diff)
downloadcommon-9420db4e28f346a3a80160dbcec229561e3faf65.zip
common-9420db4e28f346a3a80160dbcec229561e3faf65.tar.gz
common-9420db4e28f346a3a80160dbcec229561e3faf65.tar.bz2
fermi: add fermi support on reference tree [1/2]
PD#SWPL-7472 Problem: Sabrina will use S905D3 to product, but don't have S905D3 ref design. Solution: Add fermi project on ref tree Verify: locally Change-Id: I7186fc301306f51a021fb8b06db29ddee6ecce64
Diffstat
-rwxr-xr-xAndroid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2127e09..302a76c 100755
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,6 @@
# limitations under the License.
# "Beast" to be removed later after s/Beast/beast/ gets done.
-ifneq ($(filter adt2 ampere braun curie darwin atom beast Beast galilei franklin faraday deadpool sabrina,$(TARGET_DEVICE)),)
+ifneq ($(filter adt2 ampere braun curie darwin atom beast Beast galilei franklin faraday fermi deadpool sabrina,$(TARGET_DEVICE)),)
include $(all-subdir-makefiles)
endif