diff options
Diffstat (limited to 'core/definitions.mk')
-rw-r--r-- | core/definitions.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/definitions.mk b/core/definitions.mk index cb20d8f..69e7baa 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -81,6 +81,11 @@ ALL_FINDBUGS_FILES:= # GPL module license files ALL_GPL_MODULE_LICENSE_FILES:= +# Target and host installed module's dependencies on shared libraries. +# They are list of "<installed_file>:lib1,lib2...". +TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES := +HOST_DEPENDENCIES_ON_SHARED_LIBRARIES := + # Generated class file names for Android resource. # They are escaped and quoted so can be passed safely to a bash command. ANDROID_RESOURCE_GENERATED_CLASSES := 'R.class' 'R$$*.class' 'Manifest.class' 'Manifest$$*.class' |