Merge "Convert Development/Android.mk to Android.bp"
This commit is contained in:
30
apps/Development/Android.bp
Normal file
30
apps/Development/Android.bp
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
package {
|
||||||
|
default_applicable_licenses: ["development_apps_Development_license"],
|
||||||
|
}
|
||||||
|
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
license {
|
||||||
|
name: "development_apps_Development_license",
|
||||||
|
visibility: [":__subpackages__"],
|
||||||
|
license_kinds: [
|
||||||
|
"SPDX-license-identifier-Apache-2.0",
|
||||||
|
],
|
||||||
|
license_text: [
|
||||||
|
"NOTICE",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
android_app {
|
||||||
|
name: "Development",
|
||||||
|
libs: [
|
||||||
|
"android.test.runner.stubs",
|
||||||
|
"telephony-common",
|
||||||
|
"org.apache.http.legacy",
|
||||||
|
],
|
||||||
|
srcs: [
|
||||||
|
"**/*.java",
|
||||||
|
"src/com/android/development/IRemoteService.aidl",
|
||||||
|
],
|
||||||
|
platform_apis: true,
|
||||||
|
certificate: "platform",
|
||||||
|
}
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
|
|
||||||
LOCAL_JAVA_LIBRARIES := android.test.runner.stubs telephony-common org.apache.http.legacy
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(call all-subdir-java-files) \
|
|
||||||
src/com/android/development/IRemoteService.aidl \
|
|
||||||
|
|
||||||
LOCAL_PACKAGE_NAME := Development
|
|
||||||
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
|
|
||||||
LOCAL_LICENSE_CONDITIONS := notice
|
|
||||||
LOCAL_NOTICE_FILE := $(LOCAL_PATH)/NOTICE
|
|
||||||
LOCAL_PRIVATE_PLATFORM_APIS := true
|
|
||||||
LOCAL_CERTIFICATE := platform
|
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
|
||||||
Reference in New Issue
Block a user