Initial source release: v2.0.8-0-679
Change-Id: Idf6316a8faf4b4fdc54265aad12084e5aa60707a
This commit is contained in:
12
build/platforms/cdm_platforms.py
Normal file
12
build/platforms/cdm_platforms.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/python2
|
||||
# Copyright 2013 Google Inc. All rights reserved.
|
||||
|
||||
# cdm_platforms.py --- Supported platforms
|
||||
# Modify this file to extend the platforms that can be built by build.py
|
||||
|
||||
platforms = {
|
||||
'x86-64': {
|
||||
'folder': 'x86-64',
|
||||
'file': 'x86-64',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user