OSDN Git Service

Fix ManifestMerger issues
authorColin Cross <ccross@android.com>
Thu, 14 Jun 2018 22:23:21 +0000 (15:23 -0700)
committerColin Cross <ccross@android.com>
Thu, 14 Jun 2018 22:25:20 +0000 (15:25 -0700)
commit6719222fb73e6b34c8dc0f4c557fb71c11dc8f27
tree54ccf5a1a03392b30e71d47dc7ecf07ea1d3f74f
parent1b9de57f3844c8aa784a5163a4581851c2f17baf
Fix ManifestMerger issues

Set LOCAL_MIN_SDK_VERSION in SettingsLib so that the build system
doesn't raise the minSdkVersion value specified in the manifest,
which causes ManifestMerger to error when trying to merge it into
a package that specifies a lower minSdkVersion.

Bug: 78447299
Test: m java
Change-Id: Ie2c2458647cd6495418999b35894dc92343992cc
packages/SettingsLib/Android.mk