ART: Update list of reserved boot class path packages.

Test: aosp_taimen-userdebug boots.
Test: oatdump --instruction-set=arm64 \
      --oat-file=$ANDROID_PRODUCT_OUT/system/framework/oat/arm64/services.odex \
      --dex-file=$ANDROID_PRODUCT_OUT/system/framework/services.jar | \
      grep -E 'Landroid/net/.*\(OatClass.*Compiled\)$' | \
      grep -vE '\(NotReady\)'  # Filter out unresolved classes
      # Empty output. (Many classes without the last grep.)
Bug: 151314205
Change-Id: I633fe53a3bc2e5ed93e523428d7dec18363971cf
1 file changed