summaryrefslogtreecommitdiffstats
path: root/location/java/android
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-05-01 10:58:45 +0100
committerBjorn Bringert <bringert@android.com>2009-05-01 10:58:45 +0100
commitda7b5e2dacb5a6010c23c4c9651389da58347a45 (patch)
tree03fc00e58a47086712f52f52ed6e61023f8b7e4b /location/java/android
parent6c1dc3212b97a84de297a1539ed1cb1438beefb0 (diff)
downloadframeworks_base-da7b5e2dacb5a6010c23c4c9651389da58347a45.zip
frameworks_base-da7b5e2dacb5a6010c23c4c9651389da58347a45.tar.gz
frameworks_base-da7b5e2dacb5a6010c23c4c9651389da58347a45.tar.bz2
Partly fix master build, by bumping attr IDs.
Fixes conflicting attr IDs due to donut-to-master automerge. As a side effect, it fixes the "Field android.R.attr.contentAuthority has changed value from 16843373 to 16843374" error introduced by change 804. Background: I submitted two changes to donut that add new public attributes: https://android-git.corp.google.com/g/Gerrit#change,795 https://android-git.corp.google.com/g/Gerrit#change,796 This was fine in donut (though still waiting for build server to finish), but when auto-merged to master it caused a new build breakage. This was on top of existing breakage due to https://android-git.corp.google.com/g/Gerrit#change,804 The problem is that there are now multiple attribute definitions with identical IDs, as you can see at the bottom of: https://android-git.corp.google.com/w/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/public.xml;h=becc90ef05481321c60301176b91ca7b4553a6d7;hb=master This did not cause an automerge failure, since my new attributes were in the "platform 4" section, whereas the new attributes in master were in the "platform 5" section. It seems like the temporary solution would be to change the resource IDs in "platform 5" to come after the ones in "platform 4". But the next time someone adds an attribute in "platform 4", we will have the same problem. Any ideas?
Diffstat (limited to 'location/java/android')
0 files changed, 0 insertions, 0 deletions