aboutsummaryrefslogtreecommitdiff
path: root/sdk_addon/manifest.ini
blob: d91c53cf3d106187966e7d7c7de2dbff895bd6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SDK Add-on Manifest

name=Sample Add-On
vendor=Android Open Source Project
description=sample add-on

# version of the Android platform on which this add-on is built.
api=3

# version of the add-on
version=1

# list of libraries, separated by a semi-colon.
libraries=com.example.android.platform_library

# details for each library
com.example.android.platform_library=platform_library.jar;Sample optional plaform library