upload android base code part1
This commit is contained in:
parent
e02f198e2d
commit
0a1de6c4b3
48159 changed files with 9071466 additions and 0 deletions
16
android/frameworks/compile/mclinker/templates/impl.cpp
Normal file
16
android/frameworks/compile/mclinker/templates/impl.cpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
//===- impl.cpp -----------------------------------------------------------===//
|
||||
//
|
||||
// The MCLinker Project
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
#include <mcld/${deployment}/${class_name}.h>
|
||||
|
||||
using namespace mcld;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// ${class_name}
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue