diff options
| author | hansson <hansson@google.com> | 2018-02-22 19:03:26 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-02-22 19:03:26 +0000 |
| commit | 41171be03f7a98e631cc6d5ecb97f38a23d31e7e (patch) | |
| tree | 23d861ce1d6048df89422bb1ccefb53f99242f62 | |
| parent | 6b2548213a9c7cf93ac9dc32f8b82db4ad8e9c4d (diff) | |
| parent | de140d2dd6c67d8ceecdb92a2f2d41044bd6cb48 (diff) | |
| download | platform_packages_apps_Provision-pie-dr1-dev.tar.gz platform_packages_apps_Provision-pie-dr1-dev.tar.bz2 platform_packages_apps_Provision-pie-dr1-dev.zip | |
Merge "packages/apps/Provision: Set LOCAL_SDK_VERSION where possible." am: 01fab1d3e4 am: 1df4c85042android-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3android-n-iot-release-ihome-igv1android-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devoreo-mr1-1.2-iot-releasenougat-iot-releasemaster-cuttlefish-testing-release
am: de140d2dd6
Change-Id: Id2cf66ea8305a4a4606ed032b9976d972fba4763
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_PACKAGE_NAME := Provision +LOCAL_PRIVATE_PLATFORM_APIS := true LOCAL_CERTIFICATE := platform LOCAL_PRIVILEGED_MODULE := true |
